]> piware.de Git - bin.git/commitdiff
postinst-setup: fix gtimelog patching for current version
authorMartin Pitt <martin@piware.de>
Fri, 31 Dec 2010 14:48:22 +0000 (15:48 +0100)
committerMartin Pitt <martin@piware.de>
Fri, 31 Dec 2010 14:48:22 +0000 (15:48 +0100)
postinst-setup

index 1be35aa0542ee6133a5c5eb286dc9c1462f69950..120f906c380556ae73d3f606f8b29a3c6991d4fd 100755 (executable)
@@ -84,5 +84,5 @@ crontab -u martin - <<EOF
 EOF
 
 if [ -x /usr/bin/gtimelog ]; then
 EOF
 
 if [ -x /usr/bin/gtimelog ]; then
-    patch --no-backup-if-mismatch /usr/bin/gtimelog ~martin/archiv/gtimelog.tuesday.patch
+    patch --no-backup-if-mismatch /usr/share/pyshared/gtimelog/main.py ~martin/archiv/gtimelog.tuesday.patch
 fi
 fi