]> git.proxmox.com Git - proxmox-backup-restore-image.git/blobdiff - src/build_initramfs.sh
fix clean build again, use cache if actually there
[proxmox-backup-restore-image.git] / src / build_initramfs.sh
index 416d5190efa44a597b6d3a2687a2c3e7a9aadf1d..6fed576400aa3f1bf321cad1a218254e24093b21 100755 (executable)
@@ -12,6 +12,7 @@ mkdir -p "$BUILDDIR"
 if [ -d pkgs ]; then
     echo "copying package cache into build-dir"
     cp -a pkgs "$BUILDDIR/pkgs"
+    NO_DOWNLOAD="1"
 fi
 cd "$BUILDDIR"
 mkdir "$ROOT"