diff options
author | Daniel Baumann <daniel@debian.org> | 2008-04-15 13:54:32 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:32 +0100 |
commit | e296deef492a98e2ca1a1c3f5b604f3f9153cd18 (patch) | |
tree | 5ca1d385a779e159e2ca27606572549a45342757 /helpers/lh_binary_manifest | |
parent | ea154f86098cce8b2e5f6c4f3769f525423c735f (diff) | |
download | vyos-live-build-e296deef492a98e2ca1a1c3f5b604f3f9153cd18.tar.gz vyos-live-build-e296deef492a98e2ca1a1c3f5b604f3f9153cd18.zip |
Also copying binary package list to build directory.
Diffstat (limited to 'helpers/lh_binary_manifest')
-rwxr-xr-x | helpers/lh_binary_manifest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helpers/lh_binary_manifest b/helpers/lh_binary_manifest index 2bce9e156..b5e558a0b 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 |