From: Grazvydas Ignotas Date: Fri, 16 Apr 2010 14:34:03 +0000 (+0300) Subject: change paths X-Git-Tag: Release-2010-05/1~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84815134b3dbba81f930ab2476568e7ba1a783d9;p=pandora-misc.git change paths --- diff --git a/scripts/op_gammatool b/scripts/op_gammatool index bbc9eaa..6c614e3 100755 --- a/scripts/op_gammatool +++ b/scripts/op_gammatool @@ -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 diff --git a/scripts/op_test_inputs b/scripts/op_test_inputs index d459b18..38e5793 100755 --- a/scripts/op_test_inputs +++ b/scripts/op_test_inputs @@ -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