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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Apr 30 16:28:37 UTC 2008


    Date: Wednesday, April 30, 2008 @ 12:28:37
  Author: andyrtr
Revision: 1102

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

........
  r1100 | andyrtr | 2008-04-30 16:26:10 +0000 (Wed, 30 Apr 2008) | 2 lines
  
  upgpkg: dialog 1.1_20080316-2
      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-1097
   + /dialog/trunk:1-1101

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-04-30 16:26:37 UTC (rev 1101)
+++ testing-i686/PKGBUILD	2008-04-30 16:28:37 UTC (rev 1102)
@@ -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