[SCM] live-config branch, debian, updated. debian/2.0_a15-1-14-g3a28bbc

Daniel Baumann daniel at debian.org
Thu Jul 29 15:00:34 UTC 2010


The following commit has been merged in the debian branch:
commit a9a3f81b65f9ec76be3972bc6e95f1f3dfb7d7f7
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jul 17 23:05:01 2010 +0200

    Adding workaround for bug in install calls wrt/ permissions of intermediate directories.

diff --git a/scripts/config/108-live-installer-launcher b/scripts/config/108-live-installer-launcher
index 87c5aae..68c67b5 100755
--- a/scripts/config/108-live-installer-launcher
+++ b/scripts/config/108-live-installer-launcher
@@ -25,6 +25,7 @@ Live_installer_launcher ()
 Configure_live_installer_launcher ()
 {
 	install -D -o ${LIVE_USERNAME} -g ${LIVE_USERNAME} /usr/share/applications/live-installer-launcher.desktop /home/${LIVE_USERNAME}/Desktop/live-installer-launcher.desktop
+	chown ${LIVE_USERNAME}:${LIVE_USERNAME} /home/${LIVE_USERNAME}/Desktop -R
 
 	# Creating state file
 	touch /var/lib/live/config/live-installer-launcher

-- 
live-config



More information about the debian-live-changes mailing list