[arch-commits] Commit in dialog/repos (testing-i686 testing-i686/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun May 4 15:36:21 UTC 2008


    Date: Sunday, May 4, 2008 @ 11:36:20
  Author: andyrtr
Revision: 1287

Merged revisions 1102-1286 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/dialog/trunk

........
  r1285 | andyrtr | 2008-05-04 15:32:45 +0000 (Sun, 04 May 2008) | 2 lines
  
  upgpkg: dialog 1.1_20080316-3
      fixed man page location
........

Modified:
  dialog/repos/testing-i686/	(properties)
  dialog/repos/testing-i686/PKGBUILD

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


Property changes on: dialog/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /dialog/trunk:1-1101
   + /dialog/trunk:1-1286

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-05-04 15:33:13 UTC (rev 1286)
+++ testing-i686/PKGBUILD	2008-05-04 15:36:20 UTC (rev 1287)
@@ -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