[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. 9586546d09dcb14f0839cef0092a667ea015f10f

Steffen Moeller moeller at debian.org
Mon Dec 7 15:54:33 UTC 2009


The following commit has been merged in the master branch:
commit b24d378628f14119011764bb9617e9b6825394b5
Author: Steffen Moeller <moeller at debian.org>
Date:   Mon Dec 7 16:49:07 2009 +0100

    Fixed condition to copy frameworkd.conf

diff --git a/install.sh b/install.sh
index 6ad25be..621b696 100755
--- a/install.sh
+++ b/install.sh
@@ -1187,7 +1187,7 @@ __END__
 
 
 	echo " * Disabling automated screen lock " # FIXME: should become optional
-	if [ -r "$INST_DIR"/etc/frameworkd.conf.orig ]; then
+	if [ ! -r "$INST_DIR"/etc/frameworkd.conf.orig ]; then
 		chroot "$INST_DIR" cp /etc/frameworkd.conf /etc/frameworkd.conf.orig
 	fi
 	cat "$INST_DIR"/etc/frameworkd.conf.orig | sed -e 's/^idle_prelock.*/idle_prelock = 0/' -e 's/^lock.*/lock = 0/' > "$INST_DIR"/etc/frameworkd.conf

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list