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