make sure that /etc/rc.d exists before creating symlinks
SVN-Revision: 7417
This commit is contained in:
parent
3e8bdad848
commit
b22491e0f8
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ install:
|
||||||
@if [ -d $(TOPDIR)/files ]; then \
|
@if [ -d $(TOPDIR)/files ]; then \
|
||||||
$(CP) $(TOPDIR)/files/. $(BUILD_DIR)/root; \
|
$(CP) $(TOPDIR)/files/. $(BUILD_DIR)/root; \
|
||||||
fi
|
fi
|
||||||
|
@mkdir -p $(BUILD_DIR)/root/etc/rc.d
|
||||||
@( \
|
@( \
|
||||||
cd $(BUILD_DIR)/root; \
|
cd $(BUILD_DIR)/root; \
|
||||||
for script in ./etc/init.d/*; do \
|
for script in ./etc/init.d/*; do \
|
||||||
|
|
Loading…
Reference in a new issue