wok diff xpad/receipt @ rev 9961
deadbeef: fix bdeps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 18 15:43:27 2011 +0200 (2011-05-18) |
parents | d8ff3547600c |
children | 36c3524c0596 |
line diff
1.1 --- a/xpad/receipt Tue Mar 01 19:10:42 2011 +0000 1.2 +++ b/xpad/receipt Wed May 18 15:43:27 2011 +0200 1.3 @@ -16,18 +16,12 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure \ 1.8 - --prefix=/usr \ 1.9 - --mandir=/usr/share/man \ 1.10 - $CONFIGURE_ARGS && 1.11 - make && 1.12 - make DESTDIR=$PWD/_pkg install 1.13 + ./configure && make && make install 1.14 } 1.15 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 - mkdir -p $fs/usr/share/pixmaps 1.20 + mkdir -p $fs/usr 1.21 cp -a $_pkg/usr/bin $fs/usr 1.22 - cp stuff/xpad.png $fs/usr/share/pixmaps 1.23 }