diff options
author | Camil Staps | 2018-10-14 13:21:10 +0200 |
---|---|---|
committer | Camil Staps | 2018-10-14 13:21:10 +0200 |
commit | 1459306f476400d74c3c86efce2ae671d651cffd (patch) | |
tree | de0a057f6a827d4ee90ef519316dec7bd890d486 | |
parent | install_clean: get latest versions of packages also when bundle-complete has ... (diff) |
install_clean: correct testproperties path
-rwxr-xr-x | clean/bin/install_clean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clean/bin/install_clean b/clean/bin/install_clean index 15543ee..c7dad1a 100755 --- a/clean/bin/install_clean +++ b/clean/bin/install_clean @@ -48,7 +48,7 @@ ln -s /opt/clean/exe /opt/clean/lib/exe cloogletags -a -c -d /opt/clean/lib -o /opt/clean/lib/tags rm /opt/clean/bin/cleantest; ln -s /home/camil/VersionControl/clean-test/cleantest /opt/clean/bin/cleantest -ln -s /home/camil/VersionControl/clean-test-properties/testproperties /opt/clean/bin/testproperties +ln -s /home/camil/VersionControl/clean-test-properties/src/testproperties /opt/clean/bin/testproperties mkdir /opt/clean/data ln -s /home/camil/VersionControl/clean-doc/data/cleandoc-default /opt/clean/data/cleandoc-default ln -s /home/camil/VersionControl/clean-doc/src/cleandoc /opt/clean/bin/cleandoc |