xserver-kdrive-common: fix path for Xw100 and Ximageon
authorPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 29 Sep 2007 17:14:01 +0000 (17:14 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 29 Sep 2007 17:14:01 +0000 (17:14 +0000)
packages/xserver-kdrive-common/xserver-kdrive-common/Xserver
packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver

index cd58624..5965352 100644 (file)
@@ -16,16 +16,14 @@ if [ -f /usr/bin/Xomap ]; then
   XSERVER=/usr/bin/Xomap
 fi
 if [ -f /usr/bin/Xw100 ]; then
-  XSERVER=Xw100
+  XSERVER=/usr/bin/Xw100
 fi
 if [ -f /usr/bin/Ximageon ]; then
-   XSERVER=Ximageon
+   XSERVER=/usr/bin/Ximageon
 fi
 
 . /etc/profile
 
-
-
 fallback_screen_arg() {
     geom=`fbset | grep geometry`
     w=`echo $geom | awk '{ print $2 }'`
index 7c8e6d3..0b65c26 100644 (file)
@@ -16,10 +16,10 @@ if [ -f /usr/bin/Xomap ]; then
   XSERVER=/usr/bin/Xomap
 fi
 if [ -f /usr/bin/Xw100 ]; then
-  XSERVER=Xw100
+  XSERVER=/usr/bin/Xw100
 fi
 if [ -f /usr/bin/Ximageon ]; then
-   XSERVER=Ximageon
+   XSERVER=/usr/bin/Ximageon
 fi
 
 . /etc/profile