The locale files are now always installed and not only if a Python interpreter named "python" is available for whatever reasons. This fixes PR pkg/42691 by Olaf 'Rhialto' Seibert.
11 lines
338 B
Text
11 lines
338 B
Text
$NetBSD: patch-ae,v 1.3 2010/01/30 13:31:59 tron Exp $
|
|
|
|
--- makei18n.sh.orig 2006-01-31 20:16:51.000000000 +0000
|
|
+++ makei18n.sh 2010-01-30 13:24:20.000000000 +0000
|
|
@@ -1,5 +1,5 @@
|
|
APP_NAME="bittorrent"
|
|
-LANGUAGES=`python language_codes.py -a`
|
|
+LANGUAGES=`$PYTHON language_codes.py -a`
|
|
MESSAGES_PO="messages.pot"
|
|
|
|
rm -f $APP_NAME.lis
|