aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2018-10-14 13:21:10 +0200
committerCamil Staps2018-10-14 13:21:10 +0200
commit1459306f476400d74c3c86efce2ae671d651cffd (patch)
treede0a057f6a827d4ee90ef519316dec7bd890d486
parentinstall_clean: get latest versions of packages also when bundle-complete has ... (diff)
install_clean: correct testproperties path
-rwxr-xr-xclean/bin/install_clean2
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