git » khtml.git » commit ac171d5

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

author Andrea Scarpino
2014-09-27 14:24:26 UTC
committer Andrea Scarpino
2014-09-27 14:24:26 UTC
parent 08f3b0cde69ba142025d580d490c007469b2031d

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

PKGBUILD +1 -2

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