git » kauth.git » commit cbe6211

Move translations back into /usr/share/locale (FS#41684)

author Andrea Scarpino
2014-09-27 14:21:14 UTC
committer Andrea Scarpino
2014-09-27 14:21:14 UTC
parent 17a1a4381bbcd81dedf41cf4805531838783bf21

Move translations back into /usr/share/locale (FS#41684)

PKGBUILD +1 -2

diff --git a/PKGBUILD b/PKGBUILD
index e0db50f..6118a79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=kauth
 pkgver=5.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='KAuth'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kauth'
@@ -25,7 +25,6 @@ build() {
     -DLIB_INSTALL_DIR=lib \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
     -DSYSCONF_INSTALL_DIR=/etc \
-    -DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
     -DBUILD_TESTING=OFF
   make
 }