[arch-commits] Commit in linuxdoc-tools/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Sep 26 12:25:44 UTC 2016


    Date: Monday, September 26, 2016 @ 12:25:44
  Author: spupykin
Revision: 190607

upgpkg: linuxdoc-tools 0.9.72-2

upd

Modified:
  linuxdoc-tools/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-26 11:19:35 UTC (rev 190606)
+++ PKGBUILD	2016-09-26 12:25:44 UTC (rev 190607)
@@ -4,7 +4,7 @@
 
 pkgname=linuxdoc-tools
 pkgver=0.9.72
-pkgrel=1
+pkgrel=2
 pkgdesc="Convert LinuxDoc SGML source into other formats"
 arch=('i686' 'x86_64')
 url="http://packages.debian.org/sid/linuxdoc-tools"
@@ -18,7 +18,10 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   sed -i '/extern int yyleng;/d' rtf-fix/rtf2rtf.l
-  ./configure --prefix=/usr --mandir=/usr/share/man
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+    --with-texdir=/usr/share/texmf-dist/tex/linuxdoc
   make
 }
 


Property changes on: linuxdoc-tools/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list