[SCM] debian-live/live-helper branch, master, updated. 1.0_a43-1-6-g214ad68
Daniel Baumann
daniel at debian.org
Tue Apr 15 12:00:03 UTC 2008
The following commit has been merged in the master branch:
commit 72a7e46e0067a118f834dec4cecf14a6d949c8ef
Author: Daniel Baumann <daniel at debian.org>
Date: Tue Apr 15 13:54:32 2008 +0200
Also copying binary package list to build directory.
diff --git a/helpers/lh_binary_manifest b/helpers/lh_binary_manifest
index 2bce9e1..b5e558a 100755
--- a/helpers/lh_binary_manifest
+++ b/helpers/lh_binary_manifest
@@ -57,5 +57,7 @@ EOF
Chroot "dpkg -l" >> binary/packages.txt
+cp binary/packages.txt binary.packages
+
# Creating stage file
Create_stagefile .stage/binary_manifest
diff --git a/helpers/lh_clean b/helpers/lh_clean
index 4d20016..acb9149 100755
--- a/helpers/lh_clean
+++ b/helpers/lh_clean
@@ -80,6 +80,7 @@ do
rm -f binary.img
rm -f binary*.tar.gz
rm -f binary.sh
+ rm -f binary.packages
rm -rf binary
rm -rf tftpboot
--
debian-live/live-helper
More information about the debian-live-changes
mailing list