wok diff hardinfo/receipt @ rev 1434

Fix: Missing deps to build rpm4.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Oct 01 00:24:40 2008 +0200 (2008-10-01)
parents 3364afe06006
children e64f8e87ea6d
line diff
     1.1 --- a/hardinfo/receipt	Fri May 02 21:12:50 2008 +0000
     1.2 +++ b/hardinfo/receipt	Wed Oct 01 00:24:40 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