Update PKGBUILD

merge-requests/64/head
Hugo Posnic 2016-12-17 19:12:26 +01:00
parent 65b7f24437
commit 117c586408
1 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@ package() {
install -D -m644 ${_pkgname}.desktop ${pkgdir}/usr/share/applications/${_pkgname}.desktop
install -D -m755 "src/${_pkgname}.py" "${pkgdir}/usr/bin/${_pkgname}.py"
cd "po"
for lang in $(ls -1 | sed -e 's/\..*$//')
do
for lang in $(ls -1 | sed -e 's/\..*$//'); do
if [ $lang != "manjaro-hello" ]
then
mkdir -p $pkgdir/usr/share/locale/$lang/LC_MESSAGES