git » kparts.git » commit 12bec6d

Fix locale install dir

author Andrea Scarpino
2014-09-13 08:04:36 UTC
committer Andrea Scarpino
2014-09-13 08:04:36 UTC
parent 57ac2b562f6fff1a63c1f1b17bc54fa971fdafc4

Fix locale install dir

PKGBUILD +1 -0

diff --git a/PKGBUILD b/PKGBUILD
index f7674cd..ef08dd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,7 @@ build() {
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
     -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+    -DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
     -DBUILD_TESTING=OFF
   make
 }