diff options
Diffstat (limited to 'net/py-bittorrent-devel/files/patch-makei18n.sh')
-rw-r--r-- | net/py-bittorrent-devel/files/patch-makei18n.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/py-bittorrent-devel/files/patch-makei18n.sh b/net/py-bittorrent-devel/files/patch-makei18n.sh deleted file mode 100644 index 90b32d2cd103..000000000000 --- a/net/py-bittorrent-devel/files/patch-makei18n.sh +++ /dev/null @@ -1,9 +0,0 @@ ---- makei18n.sh.orig Sun Nov 20 23:17:39 2005 -+++ makei18n.sh Sun Nov 20 23:18:34 2005 -@@ -1,5 +1,5 @@ - APP_NAME="bittorrent" --LANGUAGES=`python language_codes.py` -+LANGUAGES=`cd po; ls *.po | sed -e 's/\.po//'` - MESSAGES_PO="messages.pot" - - rm -f $APP_NAME.lis |