wok-next diff zenity/receipt @ rev 8925

fix pmount: needs intltool to compile
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 01 05:27:28 2011 +0100 (2011-03-01)
parents b38027a04252
children 95794597e819
line diff
     1.1 --- a/zenity/receipt	Sun Dec 12 16:18:25 2010 +0000
     1.2 +++ b/zenity/receipt	Tue Mar 01 05:27:28 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