wok diff wxWidgets/receipt @ rev 9659
make: fix receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 01 08:10:43 2011 +0200 (2011-05-01) |
parents | 3213525e89ac |
children | 6988f27ad479 |
line diff
1.1 --- a/wxWidgets/receipt Sat Feb 19 21:54:23 2011 +0100 1.2 +++ b/wxWidgets/receipt Sun May 01 08:10:43 2011 +0200 1.3 @@ -20,13 +20,14 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr\ 1.8 + ./configure \ 1.9 --enable-shared \ 1.10 --enable-unicode && 1.11 make && 1.12 - make DESTDIR=$PWD/_pkg install && 1.13 - make -C $src/contrib && 1.14 - make -C $src/contrib DESTDIR=$PWD/_pkg install 1.15 + make DESTDIR=$DESTDIR install && 1.16 + cd $src/contrib && 1.17 + make && 1.18 + make DESTDIR=$DESTDIR install 1.19 } 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg.