diff options
Diffstat (limited to 'x11-clocks/gdesklets-clock/files/patch-Install_Clock_Sensor.bin')
-rw-r--r-- | x11-clocks/gdesklets-clock/files/patch-Install_Clock_Sensor.bin | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-clocks/gdesklets-clock/files/patch-Install_Clock_Sensor.bin b/x11-clocks/gdesklets-clock/files/patch-Install_Clock_Sensor.bin deleted file mode 100644 index 0de363c68faf..000000000000 --- a/x11-clocks/gdesklets-clock/files/patch-Install_Clock_Sensor.bin +++ /dev/null @@ -1,19 +0,0 @@ ---- Install_Clock_Sensor.bin.orig Wed Sep 3 12:51:06 2003 -+++ Install_Clock_Sensor.bin Wed Sep 3 12:52:23 2003 -@@ -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") |