wok rev 19582

vlc: (dirty) fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 15:33:25 2016 +0100 (2016-12-25)
parents d72895864c7a
children 023f0e633825
files vlc/receipt
line diff
     1.1 --- a/vlc/receipt	Sun Dec 25 14:35:35 2016 +0100
     1.2 +++ b/vlc/receipt	Sun Dec 25 15:33:25 2016 +0100
     1.3 @@ -52,5 +52,5 @@
     1.4  	#copy vlc icon
     1.5  	cp -a $install/usr/share/icons/hicolor/16x16/apps/vlc.png $fs/usr/share/pixmaps
     1.6  	#Remove unnecessary fonts
     1.7 -	rm $fs/usr/share/$PACKAGE/skins2/fonts/*
     1.8 +	rm $fs/usr/share/$PACKAGE/skins2/fonts/* 2> /dev/null || true
     1.9  }