diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD index a96c8f899..63542732a 100644 --- a/extra/boost/PKGBUILD +++ b/extra/boost/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 124783 2011-05-24 12:31:42Z ibiru $ +# $Id: PKGBUILD 126149 2011-06-01 20:01:54Z ibiru $ # Maintainer: kevin # Contributor: Giovanni Scafora # Contributor: Kritoke @@ -14,7 +14,7 @@ pkgbase=boost pkgname=('boost-libs' 'boost') pkgver=1.46.1 _boostver=${pkgver//./_} -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://www.boost.org/" makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib') @@ -40,7 +40,6 @@ build() { ./build.sh cc _bindir="bin.linuxarm" - [ "${CARCH}" = "x86_64" ] && _bindir="bin.linuxx86_64" install -d "${_stagedir}"/usr/bin install ${_bindir}/bjam "${_stagedir}"/usr/bin/bjam