diff options
| author | Felix Domke <felix.domke@multimedia-labs.de> | 2009-10-09 15:32:19 +0200 |
|---|---|---|
| committer | Felix Domke <felix.domke@multimedia-labs.de> | 2009-10-09 15:32:19 +0200 |
| commit | c360d82b1388c7dba7baaf391fe005e19a22bd32 (patch) | |
| tree | fad02efdcad9c96e5c5dff60cbff3ebbcf3adbd9 /po/Makefile.am | |
| parent | 386018515125c628a2d4f437fa4d4ad7b276b0e2 (diff) | |
| download | enigma2-c360d82b1388c7dba7baaf391fe005e19a22bd32.tar.gz enigma2-c360d82b1388c7dba7baaf391fe005e19a22bd32.zip | |
remove location from enigma2.pot
Diffstat (limited to 'po/Makefile.am')
| -rwxr-xr-x | po/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.am b/po/Makefile.am index f6d4fd5c..46b67b2c 100755 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -33,7 +33,7 @@ enigma2.pot: ./xml2po.py ../lib/python/Plugins/SystemPlugins/SoftwareManager/ >> enigma2.pot ./xml2po.py ../lib/python/Plugins/SystemPlugins/CleanupWizard/ >> enigma2.pot cat enigma2_rel25.pot | tail -n +19 >> enigma2.pot - msguniq -o enigma2uniq.pot enigma2.pot + msguniq --no-location -o enigma2uniq.pot enigma2.pot $(RM) enigma2.pot mv enigma2uniq.pot enigma2.pot |
