Fix usage /etc/alternatives for grml-small
authorMichael Prokop <devnull@localhost>
Mon, 29 Sep 2008 12:22:56 +0000 (14:22 +0200)
committerMichael Prokop <devnull@localhost>
Mon, 29 Sep 2008 12:22:56 +0000 (14:22 +0200)
etc/grml/fai/config/scripts/GRMLBASE/90-update-alternatives

index a194055..e64a7c9 100755 (executable)
@@ -21,10 +21,10 @@ set -u
       # it configures (in our case non-existent) manpages as well :-/
       # $ROOTCMD update-alternatives --set editor /usr/bin/vim.tiny
       # $ROOTCMD update-alternatives --set vi     /usr/bin/vim.tiny
-      $ROOTCMD ln -sf /usr/bin/editor /etc/alternatives/editor
-      $ROOTCMD ln -sf /etc/alternatives/editor /usr/bin/vim.tiny
-      $ROOTCMD ln -sf /usr/bin/vi /etc/alternatives/vi
-      $ROOTCMD ln -sf /etc/alternatives/vi /usr/bin/vim.tiny
+      $ROOTCMD ln -sf /etc/alternatives/editor /usr/bin/editor
+      $ROOTCMD ln -sf /usr/bin/vim.tiny /etc/alternatives/editor 
+      $ROOTCMD ln -sf /etc/alternatives/vi /usr/bin/vi
+      $ROOTCMD ln -sf /usr/bin/vim.tiny /etc/alternatives/vi 
    fi
 fi