wok-6.x diff dillo/receipt @ rev 16900
libpng: sec. CVE-2011-3048 CVE-2012-3386 & MemLeak fixes,oth.. Up from 1.2.47 to 1.2.51
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Tue Jul 15 02:56:01 2014 +0300 (2014-07-15) |
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 Jul 15 02:56:01 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 }