summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korotkiy2019-01-03 20:31:19 +0300
committerNikolay Korotkiy2019-01-03 20:31:19 +0300
commitc191cd0cf345efc4c38b7d47d6103b6449f891e8 (patch)
tree50b698e986417b3a2728b2d0e2d062f80c6f82da
parent421c9bdafe95b69e873e4aec46772d2d87362cdd (diff)
downloadaur-c191cd0cf345efc4c38b7d47d6103b6449f891e8.tar.gz
Minor fix
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05b51567c4e3..32b2a5c69f40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,9 +26,8 @@ build() {
package() {
cd ${_pkgname}-${pkgver}
- install -dm755 ${pkgdir}/usr/share/${pkgname}/translations
install -Dm755 bin/GPXLab ${pkgdir}/usr/bin/${pkgname}
- install -Dm644 GPXLab/locale/*.qm ${pkgdir}/usr/share/${pkgname}/translations
+ install -Dm644 GPXLab/locale/*.qm -t ${pkgdir}/usr/share/${pkgname}/translations
install -Dm644 doc/gpxlab.png ${pkgdir}/usr/share/pixmaps/${pkgname}.png
install -Dm644 pkg/gpxlab.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop
install -Dm644 pkg/gpxlab.xml ${pkgdir}/usr/share/mime/packages/${pkgname}.xml