wok diff dillo/receipt @ rev 17436
avidemux , minitube: update bdeps
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Dec 07 18:17:48 2014 +0100 (2014-12-07) |
parents | c93c5dacf687 |
children | 5d53e8ccbc8d |
line diff
1.1 --- a/dillo/receipt Mon Apr 14 23:13:44 2014 +0200 1.2 +++ b/dillo/receipt Sun Dec 07 18:17:48 2014 +0100 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 }