r2635 - dists/trunk/live-helper/functions
matth-guest at alioth.debian.org
matth-guest at alioth.debian.org
Sun Jul 29 16:59:59 UTC 2007
Author: matth-guest
Date: 2007-07-29 16:59:59 +0000 (Sun, 29 Jul 2007)
New Revision: 2635
Modified:
dists/trunk/live-helper/functions/packages.sh
Log:
code cleanup
Modified: dists/trunk/live-helper/functions/packages.sh
===================================================================
--- dists/trunk/live-helper/functions/packages.sh 2007-07-29 16:51:36 UTC (rev 2634)
+++ dists/trunk/live-helper/functions/packages.sh 2007-07-29 16:59:59 UTC (rev 2635)
@@ -11,7 +11,7 @@
Check_package ()
{
- FILE="${1}"
+ FILE="${1}"
PACKAGE="${2}"
Check_installed "${FILE}" "${PACKAGE}"
@@ -66,9 +66,9 @@
Check_installed ()
{
FILE="${1}"
- PACKAGE="${2}"
- echo "### DEBUG ###"
- case "${LIVE_CHROOT_BUILD}" in
+ PACKAGE="${2}"
+
+ case "${LIVE_CHROOT_BUILD}" in
enabled)
if Chroot "dpkg-query -s ${PACKAGE}" > /dev/null 2>&1
then
More information about the debian-live-changes
mailing list