projects
/
openwrt
/
staging
/
mkresin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2552e93
)
Fix enabling of init scripts.
author
Lars-Peter Clausen
<lars@metafoo.de>
Tue, 2 Sep 2008 00:23:59 +0000
(
00:23
+0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Tue, 2 Sep 2008 00:23:59 +0000
(
00:23
+0000)
SVN-Revision: 12482
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index 2a3354cf0adeb28650b2909ad42e608bd1c71c3c..e9bed9b6cc174d6c8a1aea94ccc30c975a259127 100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-36,7
+36,7
@@
$(curdir)/rootfs-prepare: $(TMP_DIR)/.build
cd $(TARGET_DIR); \
for script in ./etc/init.d/*; do \
grep '#!/bin/sh /etc/rc.common' $$script >/dev/null || continue; \
- IPKG_INSTROOT=$(TARGET_DIR) $(which bash) ./etc/rc.common $$script enable; \
+ IPKG_INSTROOT=$(TARGET_DIR) $
$
(which bash) ./etc/rc.common $$script enable; \
done || true \
)
@-find $(TARGET_DIR) -name CVS | $(XARGS) rm -rf