r2681 - in dists/trunk/live-helper: functions helpers

matth-guest at alioth.debian.org matth-guest at alioth.debian.org
Sat Aug 4 16:37:05 UTC 2007


Author: matth-guest
Date: 2007-08-04 16:37:05 +0000 (Sat, 04 Aug 2007)
New Revision: 2681

Modified:
   dists/trunk/live-helper/functions/packages.sh
   dists/trunk/live-helper/helpers/lh_chroot_localization
Log:


Modified: dists/trunk/live-helper/functions/packages.sh
===================================================================
--- dists/trunk/live-helper/functions/packages.sh	2007-08-04 16:25:35 UTC (rev 2680)
+++ dists/trunk/live-helper/functions/packages.sh	2007-08-04 16:37:05 UTC (rev 2681)
@@ -89,7 +89,7 @@
 			else
 				FILE="`echo ${FILE} | sed -e 's/chroot//'`"
 
-				if [ ! -f "${FILE}" ]
+				if [ ! -e "${FILE}" ]
 				then
 					INSTALL_STATUS=2
 				else

Modified: dists/trunk/live-helper/helpers/lh_chroot_localization
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_localization	2007-08-04 16:25:35 UTC (rev 2680)
+++ dists/trunk/live-helper/helpers/lh_chroot_localization	2007-08-04 16:37:05 UTC (rev 2681)
@@ -613,7 +613,7 @@
 	do
 		case "${LOCALIZATION}" in
 			iceape)
-				Check_installed chroot/usr/bin/iceape iceape || Check_package iceweasel-l10n-"${ICEAPE}"
+				Check_installed chroot/usr/bin/iceape iceape || Check_package iceape-l10n-"${ICEAPE}"
 				;;
 
 			icedove)




More information about the debian-live-changes mailing list