summaryrefslogtreecommitdiff
path: root/move.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 19:10:44 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 19:10:44 -0400
commite9b248b8259831b859a4e15c99582d29b3b6e2b0 (patch)
tree54810944d49d3209566cc4158bf4c6af17b9e286 /move.sh
parent1688e7d463d6c7e6f07e176bc8bb3305c9050caf (diff)
more stuff
Diffstat (limited to 'move.sh')
-rwxr-xr-xmove.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/move.sh b/move.sh
index 2f9a534163..a59a30227a 100755
--- a/move.sh
+++ b/move.sh
@@ -141,7 +141,10 @@ fixup_includes() (
fixup_makefile() {
sed -r \
-e '/^[^# ]*:/ { s|^(\s*)\S+/|\1$(outdir)/| }' \
- -e 's|^if (.*)|ifneq ($(\1),)|'
+ -e 's|^if (.*)|ifneq ($(\1),)|' \
+ -e 's|rootprefix|prefix|g' \
+ -e 's|rootbin|bin|g' \
+ -e 's|rootlib|lib|g'
}
fixup_makefiles() (