Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/32-xorg
authorMichael Prokop <devnull@localhost>
Sun, 16 Dec 2007 20:56:26 +0000 (21:56 +0100)
committerMichael Prokop <devnull@localhost>
Sun, 16 Dec 2007 20:56:26 +0000 (21:56 +0100)
debian/changelog
etc/grml/fai/config/scripts/GRMLBASE/32-xorg

index 29105d4..4f5de63 100644 (file)
@@ -10,6 +10,7 @@ grml-live (0.0.13) unstable; urgency=low
     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
   * Adjust hostname in /etc/postfix/main.cf.
   * Make sure /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan does not fail.
+  * Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/32-xorg
   * Disable Recommends for aptitude as well.
   * Check for presence of live-initramfs in 10-build-initramfs.
   * Install aptitude in softupdate if not present.
index 01597f5..d98b582 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2 or any later version.
-# Latest change: Mon Nov 26 15:10:25 CET 2007 [mika]
+# Latest change: Sun Dec 16 21:56:07 CET 2007 [mika]
 ################################################################################
 
 set -u
@@ -14,7 +14,7 @@ if [ -r "$target/etc/X11/xorg.conf" ] ; then
    mv -f "$target"/etc/X11/xorg.conf "$target"/etc/X11/xorg.conf.debian
 fi
 
-if [ "$(readlinke $target/etc/X11/X)" = "/bin/true" ] ; then
+if [ "$(readlink $target/etc/X11/X)" = "/bin/true" ] ; then
    echo "Warning: /etc/X11/X is a symlink to /bin/true - fixing for you">&2
    ln -sf /usr/bin/Xorg $target/etc/X11/X
 fi