wok diff dillo/receipt @ rev 16375

dillo: better SliTaz integration with custom icons (it will be default browser on ARM until TazWeb is stable)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 23:13:44 2014 +0200 (2014-04-14)
parents d25604c40abc
children 95324ca5396c
line diff
     1.1 --- a/dillo/receipt	Sun Apr 13 21:27:49 2014 +0200
     1.2 +++ b/dillo/receipt	Mon Apr 14 23:13:44 2014 +0200
     1.3 @@ -18,6 +18,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	cp -f $stuff/pixmaps.slitaz.h src/pixmaps.h &&
     1.8  	./configure \
     1.9  		--sysconfdir=/etc \
    1.10  		--prefix=/usr \
    1.11 @@ -29,7 +30,7 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	mkdir -p $fs/usr/lib
    1.16 +	mkdir -p $fs/usr/lib $fs/usr/share
    1.17  	cp -a $install/usr/bin $fs/usr
    1.18  	cp -a $install/usr/lib/dillo $fs/usr/lib
    1.19  	strip -s $fs/usr/lib/dillo/dpi/*/*
    1.20 @@ -37,5 +38,6 @@
    1.21  	# Config files with custom dillorc to have webhomepage.
    1.22  	cp -a $install/etc $fs
    1.23  	cp -a $stuff/dillorc $fs/etc/dillo
    1.24 +	cp -a $stuff/webhome $fs/usr/share
    1.25  	chown -R root.root $fs
    1.26  }