From 7e08d22bf47936b2a9478ad161cca99b1b60e836 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Fri, 21 Aug 2009 21:36:59 +0200 Subject: boost, maj pour la 64 bits --- base/boost/Pkgfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'base/boost/Pkgfile') diff --git a/base/boost/Pkgfile b/base/boost/Pkgfile index 6dd20b558..b16013695 100644 --- a/base/boost/Pkgfile +++ b/base/boost/Pkgfile @@ -21,7 +21,7 @@ build() { ./build.sh cc || return 1 _bindir="bin.linuxx86" - [ "${CARCH}" = "x86_64" ] && _bindir="bin.linuxx86_64" + [ "`uname -m`" = "x86_64" ] && _bindir="bin.linuxx86_64" install -m755 -d ${PKG}/usr/bin install -m755 ${_bindir}/bjam ${PKG}/usr/bin/bjam || return 1 @@ -55,5 +55,4 @@ build() { # build pyste cd ${SRC}/${name}_${_boostver}/libs/python/pyste/install python setup.py install --root=${PKG} || return 1 -} -~ +} -- cgit v1.2.3-70-g09d2