summarylogtreecommitdiffstats
path: root/execute_from_usr_share.patch
blob: ce352957ac92454616f2b60a311d3527e278752a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/vaudtax-2016
+++ b/vaudtax-2016
@@ -5,11 +5,7 @@
 
 classpath='lib/dvbern-lib-update.jar'
 
-if [ ! -f ///$classpath ] ; then
-	cd `dirname $0`
-else
-	cd //
-fi
+cd /usr/share/vaudtax/
 
 type java &> /dev/null
 if [ "$?" -ne "0" ] ; then