summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Keen2017-02-18 11:37:06 -0500
committerKyle Keen2017-02-18 11:37:06 -0500
commit92323e4544788f4e2d46cada6eb2a5d1c6af8967 (patch)
tree4c7fca4416aa5300139695615d77b11d81c3b0c4
parent2971a07d04e88762bcc24fce0eeb193a4d94175c (diff)
downloadaur-92323e4544788f4e2d46cada6eb2a5d1c6af8967.tar.gz
use system texi2html
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1714776b457..b58f7d51f169 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Feb 18 16:37:00 UTC 2017
pkgbase = oleo
pkgdesc = GNU's lightweight spreadsheet program with a curses-based interface
pkgver = 1.99.16
diff --git a/PKGBUILD b/PKGBUILD
index 0d0dbf8c81fb..265034a60cf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,6 +23,7 @@ prepare() {
cd $pkgname-$pkgver/
patch -p1 -i ../${pkgname}_$pkgver-11.diff
sed -i '/MAKE/ s/install-data-am//' Makefile.in
+ sed -i 's|$(top_builddir)/doc/texi2html|/usr/bin/texi2html|' doc/Makefile.in
}
build() {