make sure that /etc/rc.d exists before creating symlinks
[openwrt.git] / package / Makefile
index c3fc01c..64c78de 100644 (file)
@@ -51,6 +51,7 @@ install:
        @if [ -d $(TOPDIR)/files ]; then \
                $(CP) $(TOPDIR)/files/. $(BUILD_DIR)/root; \
        fi
+       @mkdir -p $(BUILD_DIR)/root/etc/rc.d
        @( \
                cd $(BUILD_DIR)/root; \
                for script in ./etc/init.d/*; do \
This page took 0.022208 seconds and 4 git commands to generate.