[arch-commits] CVS update of core/devel/flex (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Feb 5 02:10:20 UTC 2008


    Date: Monday, February 4, 2008 @ 21:10:20
  Author: eric
    Path: /home/cvs-core/core/devel/flex

Modified: PKGBUILD (1.22 -> 1.23)

upgpkg: flex 2.5.34-1
FSH man page


----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Index: core/devel/flex/PKGBUILD
diff -u core/devel/flex/PKGBUILD:1.22 core/devel/flex/PKGBUILD:1.23
--- core/devel/flex/PKGBUILD:1.22	Mon Feb  4 15:24:16 2008
+++ core/devel/flex/PKGBUILD	Mon Feb  4 21:10:19 2008
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.22 2008/02/04 20:24:16 paul Exp $
+# $Id: PKGBUILD,v 1.23 2008/02/05 02:10:19 eric Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=flex
 pkgver=2.5.34
@@ -17,11 +17,11 @@
   cd $startdir/src/$pkgname-$pkgver || return 1
   
   # configure
-  ./configure --prefix=/usr || return 1
+  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
 
   # build and install
   make || return 1
-  make prefix=$startdir/pkg/usr install || return 1
+  make prefix=$startdir/pkg/usr mandir=$startdir/pkg/usr/share/man install || return 1
   install -D -m755 $startdir/src/lex.sh $startdir/pkg/usr/bin/lex || return 1
 
   # install license




More information about the arch-commits mailing list