diff options
author | Lukc <lukc@upyum.com> | 2010-12-21 11:59:50 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-21 11:59:50 +0100 |
commit | e6748bffd3af731c4f4b01758caaf9879c1932b2 (patch) | |
tree | 4a31d1096acf1222f4d4253082b9acc484883f7d /prt-get | |
parent | ec72334c86250cf4bad25a171e37f91e7a629075 (diff) | |
download | base-e6748bffd3af731c4f4b01758caaf9879c1932b2.tar.gz base-e6748bffd3af731c4f4b01758caaf9879c1932b2.tar.bz2 base-e6748bffd3af731c4f4b01758caaf9879c1932b2.tar.xz base-e6748bffd3af731c4f4b01758caaf9879c1932b2.zip |
Recette de prt-get mise à jour.
Diffstat (limited to 'prt-get')
-rw-r--r-- | prt-get/Pkgfile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/prt-get/Pkgfile b/prt-get/Pkgfile index 4b72cd0..5161291 100644 --- a/prt-get/Pkgfile +++ b/prt-get/Pkgfile @@ -12,7 +12,11 @@ build () { cd ${name}-${version}; patch -p1 -i $SRC/$name.diff; - ./configure --prefix=$prefix --mandir=$mandir; + ./configure \ + ${CHOST:+--build=${CHOST}} \ + ${CTARGET:+--host=${CTARGET}} \ + --prefix=$prefix \ + --mandir=$mandir; make; make DESTDIR=$PKG install; install -m 644 $SRC/prt-get.conf $PKG/etc/; |