wok diff gtkdialog/receipt @ rev 20032
Up hostapd (2.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 23 13:34:58 2017 +0200 (2017-08-23) |
parents | 380ffe05937a |
children | e3f377fbc5f0 |
line diff
1.1 --- a/gtkdialog/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/gtkdialog/receipt Wed Aug 23 13:34:58 2017 +0200 1.3 @@ -20,7 +20,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 ./configure $CONFIGURE_ARGS && 1.9 make && 1.10 make DESTDIR=$DESTDIR install 1.11 @@ -29,7 +28,7 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - mkdir -p $fs/usr 1.16 + mkdir -p $fs/usr/share 1.17 cp -a $install/usr/bin $fs/usr 1.18 cp -a $install/usr/share/icons $fs/usr/share 1.19 }