[arch-commits] Commit in kdevplatform/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Oct 23 20:00:40 UTC 2015


    Date: Friday, October 23, 2015 @ 22:00:40
  Author: arojas
Revision: 249700

Fix libdir

Modified:
  kdevplatform/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-23 19:41:54 UTC (rev 249699)
+++ PKGBUILD	2015-10-23 20:00:40 UTC (rev 249700)
@@ -4,7 +4,7 @@
 
 pkgname=kdevplatform
 pkgver=4.90.90
-pkgrel=1
+pkgrel=2
 pkgdesc='A C/C++ development platform for KDE'
 arch=(i686 x86_64)
 url='http://www.kdevelop.org/'
@@ -24,6 +24,7 @@
   cd build
   cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF \
     -DCMAKE_BUILD_TYPE=Release \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON



More information about the arch-commits mailing list