Adapt default directory of lng2po
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 9 May 2011 19:55:10 +0000 (21:55 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 9 May 2011 19:55:10 +0000 (21:55 +0200)
The path is prefixed with "../" to make it runable from the po directory.

po/lng2po.sh

index aa73656..f65e9e6 100755 (executable)
@@ -74,8 +74,8 @@ else
     fi
 fi
 
-if [ -e winboard/language/$INPUT ]; then
-    INPUT=winboard/language/$INPUT
+if [ -e ../winboard/language/$INPUT ]; then
+    INPUT=../winboard/language/$INPUT
 fi
 
 if [ -e $INPUT ]; then