wok diff lostirc/receipt @ rev 1387
Fix: DEPENDS mpd
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Wed Sep 17 20:03:35 2008 +0000 (2008-09-17) |
parents | a075ff895254 |
children | 2e55de4816a6 |
line diff
1.1 --- a/lostirc/receipt Tue May 13 09:50:02 2008 +0200 1.2 +++ b/lostirc/receipt Wed Sep 17 20:03:35 2008 +0000 1.3 @@ -15,7 +15,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr $CONFIGURE_ARGS 1.8 + ./configure --prefix=/usr $CONFIGURE_ARGS 1.9 make 1.10 make DESTDIR=$PWD/_pkg install 1.11 } 1.12 @@ -23,8 +23,8 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr 1.17 + mkdir -p $fs/usr $fs/etc 1.18 cp -a $_pkg/usr/bin $fs/usr 1.19 - strip -s $fs/usr/bin/* 1.20 + cp -a stuff/skel $fs/etc 1.21 } 1.22