wok-next diff geany/receipt @ rev 10816

apr: force apr to use /dev/*random
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Jun 06 01:57:27 2011 +0200 (2011-06-06)
parents a4dc7e2acfab
children e2b1ff2ea7cf
line diff
     1.1 --- a/geany/receipt	Wed Jun 01 14:00:48 2011 +0200
     1.2 +++ b/geany/receipt	Mon Jun 06 01:57:27 2011 +0200
     1.3 @@ -36,6 +36,7 @@
     1.4  	cp -a $_pkg/usr/share/geany $fs/usr/share
     1.5  	cp -a $stuff/filetype_extensions.conf $fs/usr/share/geany
     1.6  	rm $fs/usr/share/geany/GPL-2
     1.7 -	cp -a $_pkg/usr/share/icons/*/48x48/apps/geany.png
     1.8 -		$fs/usr/share/pixmaps
     1.9 +	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.10 +	cd $fs/usr/share
    1.11 +	ln -s icons/hicolor/48x48/apps/geany.png pixmaps/geany.png
    1.12  }