summaryrefslogtreecommitdiff
path: root/move.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 03:30:44 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 03:30:44 -0400
commit33b6f3d4fd073aed475c3df66101b1993907e5d1 (patch)
tree6fa43b0e1120b074bf0b02e682a302846f78f4bb /move.sh
parent0ca25509f557bbab44116c4f76dc2506a90e3e13 (diff)
oops
Diffstat (limited to 'move.sh')
-rwxr-xr-xmove.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/move.sh b/move.sh
index 59d2bd3894..869d315811 100755
--- a/move.sh
+++ b/move.sh
@@ -242,7 +242,7 @@ fixup_makefiles() (
src/libsystemd/libsystemd-journal-internal/Makefile \
src/udev/Makefile
find -type f -name Makefile|while read -r filename; do
- sed -r -i "s|(/\.\.)*/config.mk|$(realpath -ms --relative-to="${filename%/*}" config.mk)|" "$filename"
+ sed -r -i "s|(/\.\.)*/config.mk|/$(realpath -ms --relative-to="${filename%/*}" config.mk)|" "$filename"
done
)