X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2FConfig;h=7a0110a0226a723e63baba8c3ebb55ac949f9f7e;hb=a7ec54078af34b2e91c3f3c3326924efc191fb76;hp=fd34ebf91c8d3e497a8a8ee80de4b09b1df3b114;hpb=8a1786c1886f454f322c624759e623572f27e11b;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/Config b/lfs/Config index fd34ebf91..7a0110a02 100644 --- a/lfs/Config +++ b/lfs/Config @@ -105,7 +105,7 @@ define POSTBUILD else LFS_SCRIPT=$(firstword $(MAKEFILE_LIST)); \ fi; \ echo $(LFS_SCRIPT); \ - ROOTFILE=`find $(DIR_SRC)/config/rootfiles/common -maxdepth 1 -type f -name $$LFS_SCRIPT`; \ + ROOTFILE=`find $(DIR_SRC)/config/rootfiles/common $(DIR_SRC)/config/rootfiles/packages -maxdepth 1 -type f -name $$LFS_SCRIPT`; \ if [ "$$ROOTFILE" = "" ]; then \ ROOTFILE=`find $(DIR_SRC)/config/rootfiles/ver_$(IPFVER) -type f -name $$LFS_SCRIPT`; \ fi; \