git » gnuplot.git » commit de8b34b

info pages are now maintained in the separate gnuplot-mode project, see https://sourceforge.net/p/gnuplot/bugs/1963/

author Antonio Rojas
2017-09-05 19:06:57 UTC
committer Antonio Rojas
2017-09-05 19:06:57 UTC
parent 48c4e1d971fe00e8141e3ac41411e14848adcf8f

info pages are now maintained in the separate gnuplot-mode project, see https://sourceforge.net/p/gnuplot/bugs/1963/

PKGBUILD +1 -2

diff --git a/PKGBUILD b/PKGBUILD
index bdf176f..b5026df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,12 +39,11 @@ build() {
               --with-bitmap-terminals \
               --with-wx-single-threaded
   make pkglibexecdir=/usr/bin
-#  make info https://sourceforge.net/p/gnuplot/bugs/1963/
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make pkglibexecdir=/usr/bin DESTDIR="${pkgdir}" install # install-info
+  make pkglibexecdir=/usr/bin DESTDIR="${pkgdir}" install
 
   install -Dm644 Copyright "${pkgdir}/usr/share/licenses/$pkgname/Copyright"