summaryrefslogtreecommitdiff
path: root/community/librep
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-30 23:15:09 +0000
committerroot <root@rshg054.dnsready.net>2011-11-30 23:15:09 +0000
commitfd115d7057eb8243df6edfaf1ed440d6f3e70692 (patch)
tree0a32bcfa47c11eb3e1127b1de196fb6385ed8723 /community/librep
parent946f0c9fe48dfb648a8a0be065e92f237ce210fd (diff)
Wed Nov 30 23:15:09 UTC 2011
Diffstat (limited to 'community/librep')
-rw-r--r--community/librep/PKGBUILD6
-rw-r--r--community/librep/librep.install2
2 files changed, 4 insertions, 4 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
}
diff --git a/community/librep/librep.install b/community/librep/librep.install
index 4bc79b7e2..7e1b990bf 100644
--- a/community/librep/librep.install
+++ b/community/librep/librep.install
@@ -1,4 +1,4 @@
-info_dir=/usr/share/info
+info_dir=usr/share/info
info_files=(librep.info)
post_install() {