wok diff dillo/receipt @ rev 16934

Add mailsync
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 21 15:17:30 2014 +0200 (2014-07-21)
parents c93c5dacf687
children 5d53e8ccbc8d
line diff
     1.1 --- a/dillo/receipt	Mon Apr 14 23:13:44 2014 +0200
     1.2 +++ b/dillo/receipt	Mon Jul 21 15:17:30 2014 +0200
     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  }