projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdb603e
)
fix bug in imagebuilder init.d scripts
author
Mike Baker
<mbm@openwrt.org>
Fri, 11 May 2007 17:47:05 +0000
(17:47 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Fri, 11 May 2007 17:47:05 +0000
(17:47 +0000)
SVN-Revision: 7188
target/imagebuilder/files/Makefile
patch
|
blob
|
history
diff --git
a/target/imagebuilder/files/Makefile
b/target/imagebuilder/files/Makefile
index 0d997d62002cf7404c57e2ba91d747f2c051b37e..7dfc06c4c55d9f9356238376258c85a224f17470 100644
(file)
--- a/
target/imagebuilder/files/Makefile
+++ b/
target/imagebuilder/files/Makefile
@@
-137,7
+137,7
@@
package_postinst: FORCE
for script in ./etc/init.d/*; do \
grep '#!/bin/sh /etc/rc.common' $$script >/dev/null || continue; \
IPKG_INSTROOT=$(BUILD_DIR)/root $(which bash) ./etc/rc.common $$script enable; \
- done; \
+ done
|| true
; \
)
build_image: FORCE