diff options
author | root <root@rshg054.dnsready.net> | 2012-02-23 23:15:11 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-23 23:15:11 +0000 |
commit | d466ef49f224a9347fe0375eac8126725e10a0a4 (patch) | |
tree | c08a9d7437c4d6de169858ac98fb340fd90202c2 /community/liblockfile | |
parent | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff) |
Thu Feb 23 23:15:11 UTC 2012
Diffstat (limited to 'community/liblockfile')
-rw-r--r-- | community/liblockfile/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/liblockfile/PKGBUILD b/community/liblockfile/PKGBUILD index 730fce864..7bb437825 100644 --- a/community/liblockfile/PKGBUILD +++ b/community/liblockfile/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 50818 2011-07-01 16:29:42Z spupykin $ +# $Id: PKGBUILD 66217 2012-02-23 03:31:35Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de> pkgname=liblockfile pkgver=1.08_4 _basever=1.08 -pkgrel=1 +pkgrel=2 pkgdesc="a library with NFS-safe locking functions" arch=('i686' 'x86_64') license=('GPL') @@ -29,5 +29,5 @@ build() { package() { cd $srcdir/$pkgname-${_basever} mkdir -p $pkgdir/usr/{lib,bin,include,share/man/man1,share/man/man3} - make install prefix=$pkgdir/usr mandir=$startdir/pkg/usr/share/man + make install prefix=$pkgdir/usr mandir=$pkgdir/usr/share/man } |