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

François Charette francois at archlinux.org
Tue Jul 28 13:21:46 UTC 2009


    Date: Tuesday, July 28, 2009 @ 09:21:46
  Author: francois
Revision: 47870

upgpkg: latex2rtf 1.9.19-2
    rebuilt to fix MANDIR

Modified:
  latex2rtf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-28 11:06:40 UTC (rev 47869)
+++ PKGBUILD	2009-07-28 13:21:46 UTC (rev 47870)
@@ -4,7 +4,7 @@
 
 pkgname=latex2rtf
 pkgver=1.9.19
-pkgrel=1
+pkgrel=2
 pkgdesc="LaTeX to RTF converter"
 arch=('i686' 'x86_64')
 url="http://latex2rtf.sourceforge.net/"
@@ -16,6 +16,6 @@
 build() {
   cd $startdir/src/$pkgname-$pkgver
   make PREFIX=/usr || return 1
-  make PREFIX=$startdir/pkg/usr MAN_INSTALL=$startdir/pkg/usr/share/man/man1   install
+  make PREFIX=$startdir/pkg/usr MAN_INSTALL=$startdir/pkg/usr/share/man/man1 install
   sed -i -e 's|error "no input file specified"| echo "error: no input file specified"|' $startdir/pkg/usr/bin/latex2png
 }




More information about the arch-commits mailing list