diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-06 13:53:51 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-06 13:53:51 -0300 |
commit | a41239c941341e3c2017c6d3644e2cce0f1badf2 (patch) | |
tree | efc401addf8099fa96ecaff2dea962b2cdbc813b /extra/tdb | |
parent | d333dde0a4d6295e9530ab8e988efa1d654e8716 (diff) | |
parent | 85e0e667660650d70269432a90401d4288776d9d (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/frei0r-plugins/PKGBUILD
extra/cairo/PKGBUILD
extra/libxml++/PKGBUILD
Diffstat (limited to 'extra/tdb')
-rw-r--r-- | extra/tdb/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/tdb/PKGBUILD b/extra/tdb/PKGBUILD index e228e4492..4296640d6 100644 --- a/extra/tdb/PKGBUILD +++ b/extra/tdb/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 169553 2012-10-23 13:47:25Z tpowa $ +# $Id: PKGBUILD 170223 2012-11-05 14:18:32Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: eric <eric@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=tdb pkgver=1.2.10 -pkgrel=1 +pkgrel=2 pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits" arch=(i686 x86_64 'mips64el') license=('GPL3') @@ -21,6 +21,7 @@ build() { # Use system docbook.xsl #_manstyle="/usr/share/xml/docbook/xsl-stylesheets-1.76.1/manpages/docbook.xsl" #sed -i "s#http.*xsl#$_manstyle#" tdb.mk + export PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --localstatedir=/var \ --sysconfdir=/etc/samba @@ -29,6 +30,7 @@ build() { package() { cd ${srcdir}/${pkgname}-${pkgver} + export PYTHON=/usr/bin/python2 make DESTDIR=$pkgdir/ install } md5sums=('cc28048309df19782b04359282e9f98b') |