diff options
Diffstat (limited to 'media-radio/wspr/files/wspr-2.00-script.patch')
-rw-r--r-- | media-radio/wspr/files/wspr-2.00-script.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/media-radio/wspr/files/wspr-2.00-script.patch b/media-radio/wspr/files/wspr-2.00-script.patch deleted file mode 100644 index e75c1178278..00000000000 --- a/media-radio/wspr/files/wspr-2.00-script.patch +++ /dev/null @@ -1,25 +0,0 @@ -# make python code into a script -# and fix shell script ---- wspr.py.orig 2013-02-01 13:24:30.000000000 +0000 -+++ wspr.py 2013-02-01 13:23:30.000000000 +0000 -@@ -1,3 +1,4 @@ -+#!/usr/bin/python - #------------------------------------------------------------------- WSPR - # $Date: 2013/02/07 14:35:21 $ $Revision: 1.1 $ - # ---- wspr.orig 2013-02-02 08:10:17.000000000 +0000 -+++ wspr 2013-02-02 08:10:56.000000000 +0000 -@@ -1,12 +1,7 @@ - #!/bin/sh --if [ -e /usr/local/bin/python ] ; then -- LOCALBASE=/usr/local/ --else -- LOCALBASE=/usr/ --fi - if [ ! -e ~/.wspr ] ; then - mkdir ~/.wspr - mkdir ~/.wspr/save - fi - cd ~/.wspr --python ${LOCALBASE}/bin/wspr.py -+/usr/bin/wspr.py |