From 6aeb1a36bfffc8fdfc2fc15e1edaf9064f4f9b80 Mon Sep 17 00:00:00 2001 From: Lukc Date: Thu, 23 Dec 2010 17:57:58 +0100 Subject: Recette de zsh mise à jour. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/Pkgfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/Pkgfile b/zsh/Pkgfile index aba64ec..0d58a34 100644 --- a/zsh/Pkgfile +++ b/zsh/Pkgfile @@ -15,6 +15,8 @@ build () { cd $name-$version; ./configure \ + ${CHOST:+--build=${CHOST}} \ + ${CTARGET:+--host=${CTARGET}} \ --prefix=$prefix \ --bindir=${bindir/$prefix} \ --libdir=$libdir \ -- cgit v1.2.3-54-g00ecf