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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Apr 30 16:26:10 UTC 2008


    Date: Wednesday, April 30, 2008 @ 12:26:10
  Author: andyrtr
Revision: 1100

upgpkg: dialog 1.1_20080316-2
    fixed man-page location

Modified:
  dialog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-30 16:18:53 UTC (rev 1099)
+++ PKGBUILD	2008-04-30 16:26:10 UTC (rev 1100)
@@ -3,7 +3,7 @@
 pkgname=dialog
 pkgver=1.1_20080316
 _pkgver=1.1-20080316
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to display dialog boxes from shell scripts"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,7 +15,7 @@
 
 build() {
   cd $startdir/src/$pkgname-$_pkgver
-  ./configure --prefix=/usr --with-ncursesw
+  ./configure --prefix=/usr --with-ncursesw --mandir=/usr/share
   make || return 1
   make DESTDIR=$startdir/pkg install
 }





More information about the arch-commits mailing list