summaryrefslogtreecommitdiff
path: root/community/librep
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-01 11:08:57 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-01 11:08:57 -0300
commit1200fd46a32625f2ac4b035653cb49c22cce6426 (patch)
tree0723ee124b40e6e95200ca002f9ae81361ab7919 /community/librep
parent0d0d9e0930114504c15aa8174e2c7d1d2b7a6744 (diff)
parentfd115d7057eb8243df6edfaf1ed440d6f3e70692 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/iat/PKGBUILD community/libnsbmp/PKGBUILD community/libnsgif/PKGBUILD community/libopenraw/PKGBUILD community/netsurf/PKGBUILD core/bison/PKGBUILD core/perl/PKGBUILD extra/avahi/PKGBUILD extra/mutt/PKGBUILD extra/php/PKGBUILD
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 676a6097f..ef36053ad 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' 'mips64el')
@@ -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() {