diff options
author | Camil Staps | 2018-06-25 12:48:08 +0200 |
---|---|---|
committer | Camil Staps | 2018-06-25 12:48:08 +0200 |
commit | def886110d5127dd07b38ab55a372c1240300bb9 (patch) | |
tree | af8c9ded2509135cc00f285247870a1cf73a4dc9 | |
parent | Add iTasksDev environment automatically from install_clean (diff) |
Fix testproperties binary name
-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 28268a6..27c9008 100755 --- a/clean/bin/install_clean +++ b/clean/bin/install_clean @@ -49,4 +49,4 @@ sed -i 's=lib/exe/linker=lib/exe/linker:-no-pie=' /opt/clean/etc/IDEEnvs cloogletags -a -c -d /opt/clean/lib -o /opt/clean/lib/tags ln -s /home/camil/VersionControl/clean-test/cleantest /opt/clean/bin/cleantest -ln -s /home/camil/VersionControl/clean-test-properties/makecleantest /opt/clean/bin/makecleantest +ln -s /home/camil/VersionControl/clean-test-properties/testproperties /opt/clean/bin/testproperties |