git » gnuplot.git » commit c55d87a

Fix libexecdir path (close FS#34415)

author Eric Bélanger
2013-03-22 21:01:17 UTC
committer Eric Bélanger
2013-03-22 21:01:17 UTC
parent 7e2c4a7f71403989a93c662763ac33b5d0daafcd

Fix libexecdir path (close FS#34415)

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 2fd195a..5268568 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,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" 
@@ -34,7 +34,7 @@ build() {
               --libexecdir=/usr/bin \
               --with-gihdir=/usr/share/gnuplot \
               --with-readline=gnu
-  make
+  make pkglibexecdir=/usr/bin
 }