wok-current rev 8366
Fixed aiksaurus.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Feb 03 19:19:05 2011 +0000 (2011-02-03) |
parents | 06da269ba27e |
children | c343f13ff37f |
files | aiksaurus/receipt |
line diff
1.1 --- a/aiksaurus/receipt Thu Feb 03 18:57:35 2011 +0000 1.2 +++ b/aiksaurus/receipt Thu Feb 03 19:19:05 2011 +0000 1.3 @@ -16,13 +16,8 @@ 1.4 { 1.5 cd $src 1.6 patch -Np0 -i ../stuff/aiksaurus-gcc44.patch 1.7 - ./configure \ 1.8 - --prefix=/usr \ 1.9 - --infodir=/usr/share/info \ 1.10 - --mandir=/usr/share/man \ 1.11 - --with-gtk \ 1.12 - $CONFIGURE_ARGS && 1.13 - make -j 4 && make DESTDIR=$PWD/_pkg install 1.14 + ./configure --with-gtk && 1.15 + make && make -j1 DESTDIR=$DESTDIR install 1.16 } 1.17 1.18 # Rules to gen a SliTaz package suitable for Tazpkg.