diff options
author | Camil Staps | 2019-01-15 22:16:22 +0100 |
---|---|---|
committer | Camil Staps | 2019-01-15 22:16:22 +0100 |
commit | 7ed341b70fe912443e92e26499e79c39a6d012ab (patch) | |
tree | 61949ed2c43c29e5544193fc39d180a8e3c80684 /clean/bin | |
parent | set nowrap for quickfix list (diff) |
Fix patching of Clean IDEEnvs for new format of Linker variables
Diffstat (limited to 'clean/bin')
-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 dc80e6d..f391d04 100755 --- a/clean/bin/install_clean +++ b/clean/bin/install_clean @@ -15,7 +15,7 @@ done grep -h '^[[:space:]]' "$CLEAN_HOME"/etc/*.env >> "$CLEAN_HOME/etc/IDEEnvs" cat ~/.clean/iTasksDev.env >> "$CLEAN_HOME/etc/IDEEnvs" -sed -i 's=lib/exe/linker=lib/exe/linker:-no-pie=' "$CLEAN_HOME/etc/IDEEnvs" +sed -i 's=lib/exe/linker=lib/exe/linker::-no-pie=' "$CLEAN_HOME/etc/IDEEnvs" ln -s lib/exe "$CLEAN_HOME/exe" |