diff options
Diffstat (limited to 'net-p2p/transmission-cli/files/patch-version.sh')
-rw-r--r-- | net-p2p/transmission-cli/files/patch-version.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-p2p/transmission-cli/files/patch-version.sh b/net-p2p/transmission-cli/files/patch-version.sh deleted file mode 100644 index 52aea6e5df4d..000000000000 --- a/net-p2p/transmission-cli/files/patch-version.sh +++ /dev/null @@ -1,12 +0,0 @@ ---- version.sh.orig 2007-08-07 10:44:05.000000000 -0500 -+++ version.sh 2007-08-07 10:44:41.000000000 -0500 -@@ -52,9 +52,4 @@ - EOF - replace_if_differs libtransmission/version.h.new libtransmission/version.h - --# Generate Info.plist from Info.plist.in --sed -e "s/%%BUNDLE_VERSION%%/$SVN_REVISION/" -e "s/%%SHORT_VERSION_STRING%%/$USERAGENT_PREFIX/" \ -- < macosx/Info.plist.in > macosx/Info.plist.new --replace_if_differs macosx/Info.plist.new macosx/Info.plist -- - exit 0 |