wok diff dillo/receipt @ rev 17009

Add gnome-hearts
author Yuri Pourre <yuripourre@gmail.com>
date Tue Aug 12 14:41:19 2014 -0300 (2014-08-12)
parents c93c5dacf687
children 5d53e8ccbc8d
line diff
     1.1 --- a/dillo/receipt	Mon Apr 14 23:13:44 2014 +0200
     1.2 +++ b/dillo/receipt	Tue Aug 12 14:41:19 2014 -0300
     1.3 @@ -35,9 +35,11 @@
     1.4  	cp -a $install/usr/lib/dillo $fs/usr/lib
     1.5  	strip -s $fs/usr/lib/dillo/dpi/*/*
     1.6  	chmod +x $fs/usr/bin/*
     1.7 -	# Config files with custom dillorc to have webhomepage.
     1.8 +	# Config files with custom dillorc to have webhome
     1.9  	cp -a $install/etc $fs
    1.10  	cp -a $stuff/dillorc $fs/etc/dillo
    1.11  	cp -a $stuff/webhome $fs/usr/share
    1.12 +	# Dillo version for user agent string
    1.13 +	sed -i s"/_dillo_version_/$VERSION/" $fs/etc/dillo/dillorc
    1.14  	chown -R root.root $fs
    1.15  }