]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/stage2
Install sysctl.conf only on those architectures where needed
[ipfire-2.x.git] / lfs / stage2
index 60d161eddf58b3ed8b0afc5dac52c35b1ee3ca5d..7483a113488a7f2232f7e0f12bead9f544d8079f 100644 (file)
@@ -85,6 +85,7 @@ endif
 
        # Config files
        cp -rvf $(DIR_SRC)/config/etc/* /etc;
+       [ ! -d "$(DIR_SRC)/config/etc-$(BUILD_ARCH)" ] || cp -rvf $(DIR_SRC)/config/etc-$(BUILD_ARCH)/* /etc
        cp -rvf $(DIR_SRC)/config/lib/* /lib;
        touch /etc/{fs,m}tab
        echo "$(NAME) v$(VERSION) - $(SLOGAN)" >  /etc/issue