diff options
author | root <root@rshg054.dnsready.net> | 2011-11-30 23:15:09 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-30 23:15:09 +0000 |
commit | fd115d7057eb8243df6edfaf1ed440d6f3e70692 (patch) | |
tree | 0a32bcfa47c11eb3e1127b1de196fb6385ed8723 /community/librep/PKGBUILD | |
parent | 946f0c9fe48dfb648a8a0be065e92f237ce210fd (diff) |
Wed Nov 30 23:15:09 UTC 2011
Diffstat (limited to 'community/librep/PKGBUILD')
-rw-r--r-- | community/librep/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/librep/PKGBUILD b/community/librep/PKGBUILD index c784160b8..6d795f55a 100644 --- a/community/librep/PKGBUILD +++ b/community/librep/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 55390 2011-09-11 18:27:38Z shusmann $ +# $Id: PKGBUILD 59710 2011-11-29 13:35:00Z stephane $ # Maintainer: stefan-husmann@t-online.de # Contributor: Juergen Hoetzel <juergen@archlinux.org> pkgname=librep pkgver=0.92.1b -pkgrel=1 +pkgrel=2 pkgdesc="A Lisp system for UNIX" license=('GPL2') arch=('i686' 'x86_64') @@ -29,5 +29,5 @@ package() { # create some directories or make install fails # install -d $pkgdir/usr/{share/aclocal,lib/pkgconfig} - make DESTDIR=${pkgdir} install + make DESTDIR="${pkgdir}" install } |