[arch-commits] Commit in weechat/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Aug 20 10:18:51 UTC 2015


    Date: Thursday, August 20, 2015 @ 12:18:51
  Author: bpiotrowski
Revision: 244415

upgpkg: weechat 1.3-2

set correct prefix (FS#46025)

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-20 09:52:28 UTC (rev 244414)
+++ PKGBUILD	2015-08-20 10:18:51 UTC (rev 244415)
@@ -4,7 +4,7 @@
 
 pkgname=weechat
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
 url="http://www.weechat.org/"
@@ -22,7 +22,8 @@
 build() {
   cd build
 
-  cmake -Wno-dev ../${pkgname}-${pkgver} -DPREFIX=/usr \
+  cmake -Wno-dev ../${pkgname}-${pkgver} \
+        -DCMAKE_INSTALL_PREFIX=/usr \
         -DPYTHON_EXECUTABLE=/usr/bin/python2 \
         -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
         -DENABLE_MAN=ON \



More information about the arch-commits mailing list