summarylogtreecommitdiffstats
path: root/execute_from_usr_share.patch
blob: 6e3122f91fe4a992344263ceafa975d5c6b9d586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/vaudtax-2017
+++ b/vaudtax-2017
@@ -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