| author | Daniel Griffiths
<ghost1227@archlinux.us> 2009-11-07 01:20:02 UTC |
| committer | Daniel Griffiths
<ghost1227@archlinux.us> 2009-11-07 01:20:02 UTC |
| parent | 2961fb88065d1ea9800168449a973f7e03fb3883 |
| PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 3aeaf47..0acb84a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Aaron Schaefer <aaron@elasticdog.com> pkgname=pv pkgver=1.1.4 -pkgrel=1 +pkgrel=2 pkgdesc='A terminal-based tool for monitoring the progress of data through a pipeline' arch=('i686' 'x86_64') url='http://www.ivarch.com/programs/pv.shtml' @@ -12,7 +12,7 @@ md5sums=('63033e090d61a040407bfd043aeb6d27') build() { cd $startdir/src/$pkgname-$pkgver - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/share make || return 1 make DESTDIR=$startdir/pkg install || return 1 install -D -m644 doc/COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING