wok-current diff grisbi/receipt @ rev 4027
dmraid/grub-dmraid: ensure raid is up
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 05 11:28:55 2009 +0200 (2009-09-05) |
parents | 8b79c3ee7ac2 |
children | 518dcd52425b |
line diff
1.1 --- a/grisbi/receipt Mon Mar 16 22:01:20 2009 +0000 1.2 +++ b/grisbi/receipt Sat Sep 05 11:28:55 2009 +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,18 +23,9 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/share \ 1.17 - $fs/usr/share/locale \ 1.18 - $fs/usr/applicatrions \ 1.19 - 1.20 - 1.21 + mkdir -p $fs/usr/share 1.22 cp -a $_pkg/usr/bin $fs/usr 1.23 cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.24 cp -a $_pkg/usr/share/mime-info $fs/usr/share 1.25 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.26 cp -a $fs/usr/share/pixmaps/grisbi/grisbi.png $fs/usr/share/pixmaps 1.27 - cp -a stuff/grisbi.desktop $fs/usr/applications 1.28 - 1.29 - strip -s $fs/usr/bin/* 1.30 } 1.31 -