[Debian-eeepc-commits] [SCM] A live-helper based Debian live & installer image for the Eee PC. branch, master, updated. 1.0b1-2-g5ae9156
Ben Armstrong
synrg at debian.org
Sun Apr 26 18:07:59 UTC 2009
The following commit has been merged in the master branch:
commit 5ae9156689fcae5008a2e1c04df70312613993a8
Author: Ben Armstrong <synrg at debian.org>
Date: Sun Apr 26 15:07:45 2009 -0300
Fix typo in sed scripts defaults
diff --git a/config/chroot_local-hooks/eeepc.sh b/config/chroot_local-hooks/eeepc.sh
index ba30fa9..cc8118d 100755
--- a/config/chroot_local-hooks/eeepc.sh
+++ b/config/chroot_local-hooks/eeepc.sh
@@ -5,5 +5,5 @@ echo "HWCLOCKPARS=--directisa" >> /etc/default/rcS
# Demo a few features that are not turned on by default
SCRIPTS_DEFAULTS=/etc/default/eeepc-acpi-scripts
-sed -i "s/ENABLE_OSD='no'/ENABLE_OSD='yes'/" $(SCRIPTS_DEFAULTS)
-sed -i "s/LOCK_SCREEN_ON_SUSPEND='yes'/LOCK_SCREEN_ON_SUSPEND='no'/" $(SCRIPTS_DEFAULTS)
+sed -i "s/ENABLE_OSD='no'/ENABLE_OSD='yes'/" $SCRIPTS_DEFAULTS
+sed -i "s/LOCK_SCREEN_ON_SUSPEND='yes'/LOCK_SCREEN_ON_SUSPEND='no'/" $SCRIPTS_DEFAULTS
--
A live-helper based Debian live & installer image for the Eee PC.
More information about the Debian-eeepc-commits
mailing list