wok-6.x diff hardinfo/receipt @ rev 777
get-b43-firmware: user should have to 'get-b43-firmware' to have wlan0 working out-of-the-box
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 12 17:27:29 2008 +0200 (2008-05-12) |
parents | 3364afe06006 |
children | e64f8e87ea6d |
line diff
1.1 --- a/hardinfo/receipt Fri May 02 21:12:50 2008 +0000 1.2 +++ b/hardinfo/receipt Mon May 12 17:27:29 2008 +0200 1.3 @@ -33,10 +33,12 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/lib/$PACKAGE/modules $fs/usr/share 1.8 + mkdir -p $fs/usr/lib/$PACKAGE/modules $fs/usr/share/pixmaps 1.9 cp -a $_pkg/usr/bin $fs/usr 1.10 cp -a $src/*.so $fs/usr/lib/$PACKAGE/modules 1.11 cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 1.12 - rm $fs/usr/share/$PACKAGE/pixmaps/logo.svg 1.13 + cd $fs/usr/share/pixmaps 1.14 + rm ../$PACKAGE/pixmaps/logo.svg 1.15 + ln -s ../$PACKAGE/pixmaps/logo.png hardinfo.png 1.16 } 1.17