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

Allan McRae allan at archlinux.org
Sun Aug 17 03:50:44 UTC 2008


    Date: Saturday, August 16, 2008 @ 23:50:44
  Author: allan
Revision: 9109

upgpkg: cdargs 1.35-2
    ncurses rebuild

Modified:
  cdargs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 03:49:55 UTC (rev 9108)
+++ PKGBUILD	2008-08-17 03:50:44 UTC (rev 9109)
@@ -4,7 +4,7 @@
 
 pkgname=cdargs
 pkgver=1.35
-pkgrel=1
+pkgrel=2
 pkgdesc="A replacement for 'cd' that includes bookmarks/browsing for faster navigation"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -15,7 +15,7 @@
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --mandir=/usr/share/man
   make || return 1
   make DESTDIR=$startdir/pkg install
   # install helper scripts




More information about the arch-commits mailing list