wok diff lostirc/receipt @ rev 1305
Fix: Typo in claws-mail. Sorry guys.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Aug 25 09:51:40 2008 +0200 (2008-08-25) |
parents | a075ff895254 |
children | 2e55de4816a6 |
line diff
1.1 --- a/lostirc/receipt Tue May 13 09:50:02 2008 +0200 1.2 +++ b/lostirc/receipt Mon Aug 25 09:51:40 2008 +0200 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