aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/gdesklets-praytime/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-07 00:35:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-07 00:35:38 +0000
commit0f4a49c72c8ba28afa232b34d6519f5f8f9db281 (patch)
tree67abba83d64739ab2c0765e01a07be1d064e2f9f /x11-clocks/gdesklets-praytime/files
parent89cb5042c86eeaf822b070334ba75a51e478d1cb (diff)
downloadports-0f4a49c72c8ba28afa232b34d6519f5f8f9db281.tar.gz
ports-0f4a49c72c8ba28afa232b34d6519f5f8f9db281.zip
Notes
Diffstat (limited to 'x11-clocks/gdesklets-praytime/files')
-rw-r--r--x11-clocks/gdesklets-praytime/files/patch-Install_PrayerTime_Sensor.bin19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-clocks/gdesklets-praytime/files/patch-Install_PrayerTime_Sensor.bin b/x11-clocks/gdesklets-praytime/files/patch-Install_PrayerTime_Sensor.bin
new file mode 100644
index 000000000000..284718b66b55
--- /dev/null
+++ b/x11-clocks/gdesklets-praytime/files/patch-Install_PrayerTime_Sensor.bin
@@ -0,0 +1,19 @@
+--- Install_PrayerTime_Sensor.bin.orig Tue Jan 6 21:50:08 2004
++++ Install_PrayerTime_Sensor.bin Tue Jan 6 21:50:33 2004
+@@ -75,15 +75,9 @@
+ else:
+ cmd = "mkdir -p %(destination)s; cd %(destination)s; " \
+ "LANG=C tar -xzvf %(tmp)s 2>&1"
+- fail, out = commands.getstatusoutput(cmd % vars())
++ commands.getstatusoutput(cmd % vars())
+ os.unlink(tmp)
+
+- if (fail):
+- if (no_message): print ERROR_TAR + out
+- else: message(ERROR_TAR + out, "error")
+- sys.exit(1)
+-
+- print out
+ if (not list_only):
+ if (no_message): print SUCCESS
+ else: message(SUCCESS, "info")