wok diff wireshark/receipt @ rev 12092

nanochess: red based colors (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 10 18:12:03 2012 +0100 (2012-03-10)
parents c800cc431915
children 48a3c0a87ff7
line diff
     1.1 --- a/wireshark/receipt	Tue Feb 21 17:05:50 2012 -0800
     1.2 +++ b/wireshark/receipt	Sat Mar 10 18:12:03 2012 +0100
     1.3 @@ -33,16 +33,10 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/lib \
     1.7 -		$fs/usr/share \
     1.8 -		$fs/usr/share/applications \
     1.9 -		$fs/usr/share/pixmaps
    1.10 -		
    1.11 +		$fs/usr/share
    1.12  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.13  	cp -a $_pkg/usr/lib/wireshark $fs/usr/lib
    1.14  	rm $fs/usr/lib/wireshark/plugins/$VERSION/*.la
    1.15  	cp -a $_pkg/usr/bin $fs/usr
    1.16  	cp -a $_pkg/usr/share/wireshark $fs/usr/share
    1.17 -	
    1.18 -	cp -a $stuff/wireshark.desktop $fs/usr/share/applications
    1.19 -	cp -a $stuff/wireshark.png $fs/usr/share/pixmaps
    1.20  }