Date: Tuesday, September 5, 2017 @ 19:06:57 Author: arojas Revision: 304705
info pages are now maintained in the separate gnuplot-mode project, see https://sourceforge.net/p/gnuplot/bugs/1963/ Modified: gnuplot/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-05 18:06:48 UTC (rev 304704) +++ PKGBUILD 2017-09-05 19:06:57 UTC (rev 304705) @@ -40,12 +40,11 @@ --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"
