]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/updater
Updater now use symlinks to original rootfiles
[people/teissler/ipfire-2.x.git] / lfs / updater
index 2b1b45db18f6c31cbd083ad53548943e2da97dfb..5df5222c5062026db9e846a323f8daddc1b21cae 100644 (file)
@@ -54,7 +54,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        mkdir -p /install/updater
        mkdir -p /install/packages
 
-       find $(DIR_SRC)/config/rootfiles/updater/filelists -maxdepth 1 -type f | xargs cat >> /tmp/ROOTFILES
+       find $(DIR_SRC)/config/rootfiles/updater/filelists/* -maxdepth 1 | xargs cat >> /tmp/ROOTFILES
        sed -e "s/KVER/$(KVER)/g" -i /tmp/ROOTFILES
        tar -c -C / --files-from=/tmp/ROOTFILES \
                -f /$(SNAME).tar --exclude='#*' --exclude='dev/pts/*' \