[SCM] debian-live/live-helper branch, master, updated. 1.0_a44-1-8-g780b666
Daniel Baumann
daniel at debian.org
Thu Apr 17 04:48:21 UTC 2008
The following commit has been merged in the master branch:
commit 780b666c9cdbe5832002f3e251bc436a00d9fe81
Author: Daniel Baumann <daniel at debian.org>
Date: Thu Apr 17 06:48:08 2008 +0200
Using hardlinks to copy local packages into chroot.
diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources
index 0dc3d76..154a224 100755
--- a/helpers/lh_chroot_sources
+++ b/helpers/lh_chroot_sources
@@ -86,12 +86,12 @@ case "${1}" in
# Copy packages
if ls config/chroot_local-packages/*_"${LH_ARCHITECTURE}".deb > /dev/null 2>&1
then
- cp config/chroot_local-packages/*_"${LH_ARCHITECTURE}".deb chroot/root/local-packages
+ cp -l config/chroot_local-packages/*_"${LH_ARCHITECTURE}".deb chroot/root/local-packages
fi
if ls config/chroot_local-packages/*_all.deb > /dev/null 2>&1
then
- cp config/chroot_local-packages/*_all.deb chroot/root/local-packages
+ cp -l config/chroot_local-packages/*_all.deb chroot/root/local-packages
fi
if ls chroot/root/local-packages/*.deb > /dev/null 2>&1
--
debian-live/live-helper
More information about the debian-live-changes
mailing list