summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-03 11:34:44 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-03 11:34:44 +0100
commit6de2f3e1692089f53c26a39ceee69e56052e8c4f (patch)
tree6d0cd76ab846ddad981390316c3bad2ada052146
parentcd1f400cb9b1312084527c8cd6f7198c9f36defe (diff)
downloadbusybox-6de2f3e1692089f53c26a39ceee69e56052e8c4f.tar.gz
Missing dollar
-rw-r--r--busybox.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.morph b/busybox.morph
index 17177c72e..7158fe3fe 100644
--- a/busybox.morph
+++ b/busybox.morph
@@ -54,7 +54,7 @@
"mkdir -p \"$DESTDIR/var/spool/cron/crontabs\"",
"mkdir -p \"$DESTDIR/lib/systemd/system/multi-user.target.wants\"",
"for f in systemd-units/*.service; do install -m 644 \"$f\" \"$DESTDIR/lib/systemd/system\"; done",
- "for f in (cd systemd-units; ls *.service | grep -v -F \"@\"); do ln -s \"../$f\" \"$DESTDIR/lib/systemd/system/multi-user.target.wants/\"; done",
+ "for f in $(cd systemd-units; ls *.service | grep -v -F \"@\"); do ln -s \"../$f\" \"$DESTDIR/lib/systemd/system/multi-user.target.wants/\"; done",
"mkdir -p \"$DESTDIR/lib/udev/rules.d\"",
"for f in udev-rules/100-baserock.rules; do install -m 644 \"$f\" \"$DESTDIR/lib/udev/rules.d\"; done",
"mkdir -p \"$DESTDIR$PREFIX\"/share/udhcpc",