[SCM] live-boot branch, debian-next, updated. debian/2.0_a14-1-1-ge3b729e

Daniel Baumann daniel at debian.org
Sat Jul 17 14:19:55 UTC 2010


The following commit has been merged in the debian-next branch:
commit e3b729ecd9a6bd9dd056b4daa22d8e9afb04169f
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jul 17 16:18:53 2010 +0200

    Making inclusion of languagelist conditional in live hook.

diff --git a/hooks/live b/hooks/live
index 16a2d0c..d87bfe7 100755
--- a/hooks/live
+++ b/hooks/live
@@ -27,8 +27,11 @@ esac
 # Handling live-boot
 
 # Configuration
-mkdir -p "${DESTDIR}"/usr/share/live-boot
-cp /usr/share/live-boot/languagelist "${DESTDIR}"/usr/share/live-boot
+if [ -e /usr/share/live-boot/languagelist ]
+then
+	mkdir -p "${DESTDIR}"/usr/share/live-boot
+	cp /usr/share/live-boot/languagelist "${DESTDIR}"/usr/share/live-boot
+fi
 
 # Directories
 mkdir -p "${DESTDIR}"/lib/live-boot

-- 
live-boot



More information about the debian-live-changes mailing list