[SCM] debian-live/live-helper branch, master, updated. 1.0_a43-1-8-g3f703f4

Daniel Baumann daniel at debian.org
Tue Apr 15 15:17:53 UTC 2008


The following commit has been merged in the master branch:
commit 3f703f480262779180c3540476e29fd6714c5fda
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Apr 15 17:17:48 2008 +0200

    Consistenly using short options rather than long options in function files.

diff --git a/functions/cache.sh b/functions/cache.sh
index 1b04368..5493471 100755
--- a/functions/cache.sh
+++ b/functions/cache.sh
@@ -48,7 +48,7 @@ Save_cache ()
 			if [ "$(stat --printf %d ${DIRECTORY})" = "$(stat --printf %d chroot/var/cache/apt/archives)" ]
 			then
 				# with hardlinks
-				cp --force -l chroot/var/cache/apt/archives/*.deb "${DIRECTORY}"
+				cp -fl chroot/var/cache/apt/archives/*.deb "${DIRECTORY}"
 			else
 				# without hardlinks
 				mv -f chroot/var/cache/apt/archives/*.deb "${DIRECTORY}"

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list