summaryrefslogtreecommitdiff
path: root/move.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-13 13:01:30 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-13 13:01:30 -0400
commit9a5fd42193c1a92178edb6e6c7c2970177eb499d (patch)
tree92539e1bd2093161224ed4b3ced4c9d8e33496c6 /move.sh
parent0fba659a87ec00d2f8b81b8cb0ce6a267428a15d (diff)
more
Diffstat (limited to 'move.sh')
-rwxr-xr-xmove.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/move.sh b/move.sh
index 6f330faa59..52e4079a40 100755
--- a/move.sh
+++ b/move.sh
@@ -276,7 +276,8 @@ fixup_makefiles() (
-e 's/ \$\(AM_CPPFLAGS\) / $(ALL_CPPFLAGS) /g' \
-e '/^[^# ]*:/ { s|\S+/|$(outdir)/|g }' \
src/libbasic/Makefile \
- src/libsystemd/libsystemd-journal-internal/Makefile
+ src/libsystemd/libsystemd-journal-internal/Makefile \
+ src/grp-udev/libudev-core/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"
done