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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun May 4 15:32:46 UTC 2008


    Date: Sunday, May 4, 2008 @ 11:32:45
  Author: andyrtr
Revision: 1285

upgpkg: dialog 1.1_20080316-3
    fixed man page location

Modified:
  dialog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-04 15:31:15 UTC (rev 1284)
+++ PKGBUILD	2008-05-04 15:32:45 UTC (rev 1285)
@@ -3,7 +3,7 @@
 pkgname=dialog
 pkgver=1.1_20080316
 _pkgver=1.1-20080316
-pkgrel=2
+pkgrel=3
 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 --mandir=/usr/share
+  ./configure --prefix=/usr --with-ncursesw --mandir=/usr/share/man
   make || return 1
   make DESTDIR=$startdir/pkg install
 }





More information about the arch-commits mailing list