summaryrefslogtreecommitdiff
path: root/move.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-13 13:01:17 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-13 13:01:17 -0400
commit0fba659a87ec00d2f8b81b8cb0ce6a267428a15d (patch)
tree2315fb196fefcda9b2a6bfbb93045f90c3b571f7 /move.sh
parent4f123a5a1b3ecf9234a33a057bc1baa1abc2f1e5 (diff)
re-add rootprefix,
Diffstat (limited to 'move.sh')
-rwxr-xr-xmove.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/move.sh b/move.sh
index b817974ecf..6f330faa59 100755
--- a/move.sh
+++ b/move.sh
@@ -265,9 +265,6 @@ fixup_makefile() {
sed -r \
-e '/^[^# ]*:/ { s|^(\s*)\S+/|\1$(outdir)/| }' \
-e 's|^if (.*)|ifneq ($(\1),)|' \
- -e 's|rootprefix|prefix|g' \
- -e 's|rootbin|bin|g' \
- -e 's|rootlib|lib|g' \
-e 's|--version-script=.*/([^/]+)\.sym|--version-script=$(srcdir)/\1.sym|g'
}