change paths
authorGrazvydas Ignotas <notasas@gmail.com>
Fri, 16 Apr 2010 14:34:03 +0000 (17:34 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 16 Apr 2010 14:34:03 +0000 (17:34 +0300)
scripts/op_gammatool
scripts/op_test_inputs

index bbc9eaa..6c614e3 100755 (executable)
@@ -4,9 +4,9 @@ OLDDEPTH=`fbset | grep geometry | awk '{ print $6 }'`
 
 if [ -n "$DISPLAY" -a "$(id -u)" != "0" ]
 then
-       gksudo ./op_runfbapp ./op_gammatool_bin
+       gksudo op_runfbapp op_gammatool_bin
 else
-       ./op_runfbapp ./op_gammatool_bin
+       op_runfbapp op_gammatool_bin
 fi
 
 fbset -depth $OLDDEPTH
index d459b18..38e5793 100755 (executable)
@@ -3,6 +3,6 @@
 OLDDEPTH=`fbset | grep geometry | awk '{ print $6 }'`
 
 fbset -depth 16
-./op_runfbapp ./op_test_inputs_bin
+op_runfbapp op_test_inputs_bin
 
 fbset -depth $OLDDEPTH