wok diff zenity/receipt @ rev 8040

Fix: libxfce4ui need intltool to compile
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 20 16:20:00 2011 +0100 (2011-01-20)
parents b38027a04252
children 95794597e819
line diff
     1.1 --- a/zenity/receipt	Sun Dec 12 16:18:25 2010 +0000
     1.2 +++ b/zenity/receipt	Thu Jan 20 16:20:00 2011 +0100
     1.3 @@ -33,5 +33,7 @@
     1.4  	cp -a $_pkg/usr/bin $fs/usr
     1.5  	cp -a $_pkg/usr/share/zenity $fs/usr/share
     1.6  	cp -a $_pkg/usr/share/omf $fs/usr/share
     1.7 +	# gdialog wrapper need to be executable.
     1.8 +	chmod +x $fs/usr/bin/*
     1.9  }
    1.10