git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@264 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
parent
c872745c7f
commit
e4ae80f030
|
@ -16,6 +16,6 @@ fi
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
rm share/keepassx/i18n/*.qm
|
rm share/keepassx/i18n/*.qm
|
||||||
cd src
|
cd src
|
||||||
lrelease-qt4 src.pro
|
$LRELEASE src.pro
|
||||||
mv translations/*.qm ../share/keepassx/i18n
|
mv translations/*.qm ../share/keepassx/i18n
|
||||||
rm ../share/keepassx/i18n/keepassx-xx_XX.qm
|
rm ../share/keepassx/i18n/keepassx-xx_XX.qm
|
||||||
|
|
Loading…
Reference in New Issue