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

Eric Bélanger eric at nymeria.archlinux.org
Fri Mar 22 21:01:18 UTC 2013


    Date: Friday, March 22, 2013 @ 22:01:17
  Author: eric
Revision: 180537

upgpkg: gnuplot 4.6.2-2

Fix libexecdir path (close FS#34415)

Modified:
  gnuplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-22 20:40:37 UTC (rev 180536)
+++ PKGBUILD	2013-03-22 21:01:17 UTC (rev 180537)
@@ -5,7 +5,7 @@
 
 pkgname=gnuplot 
 pkgver=4.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and others" 
 arch=('i686' 'x86_64') 
 url="http://www.gnuplot.info" 
@@ -35,7 +35,7 @@
               --libexecdir=/usr/bin \
               --with-gihdir=/usr/share/gnuplot \
               --with-readline=gnu
-  make
+  make pkglibexecdir=/usr/bin
 }
 
 




More information about the arch-commits mailing list