summaryrefslogtreecommitdiff
path: root/scripts/build/binary_manifest
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/binary_manifest')
-rwxr-xr-xscripts/build/binary_manifest2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_manifest b/scripts/build/binary_manifest
index 420d6b427..c40f2c50d 100755
--- a/scripts/build/binary_manifest
+++ b/scripts/build/binary_manifest
@@ -60,7 +60,7 @@ cp chroot.packages.live "binary/${INITFS}/filesystem.${SUFFIX}"
echo "$(diff chroot.packages.live chroot.packages.install | awk '/^< / { print $2 }')" \
> "binary/${INITFS}/filesystem.${SUFFIX}-remove"
-cp chroot.packages.live binary.packages
+cp chroot.packages.live ${LIVE_IMAGE_NAME}.packages
# Creating stage file
Create_stagefile .build/binary_manifest