summaryrefslogtreecommitdiff
path: root/extra/gnuplot/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gnuplot/PKGBUILD')
-rw-r--r--extra/gnuplot/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gnuplot/PKGBUILD b/extra/gnuplot/PKGBUILD
index 45dc8ccf7..9eb7e1c38 100644
--- a/extra/gnuplot/PKGBUILD
+++ b/extra/gnuplot/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 180427 2013-03-21 20:41:25Z eric $
+# $Id: PKGBUILD 180538 2013-03-22 21:03:11Z eric $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: damir <damir@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
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' 'mips64el')
url="http://www.gnuplot.info"
@@ -35,7 +35,7 @@ build() {
--libexecdir=/usr/bin \
--with-gihdir=/usr/share/gnuplot \
--with-readline=gnu
- make
+ make pkglibexecdir=/usr/bin
}