wok-current rev 19095
palemoon: enable duckduckgo partnership
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 01 23:16:21 2016 +0200 (2016-05-01) |
parents | 2c7609f1596e |
children | 6e41896cc317 |
files | palemoon/receipt |
line diff
1.1 --- a/palemoon/receipt Sun May 01 22:59:08 2016 +0200 1.2 +++ b/palemoon/receipt Sun May 01 23:16:21 2016 +0200 1.3 @@ -20,6 +20,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + find -type f | grep duckduckgo | xargs \ 1.8 + sed -i 's|name="t" value="palemoon"|name="t" value="slitaz"|' 1.9 cp $stuff/mozconfig $src 1.10 chmod -R +x build/autoconf/* python/* 1.11 find . -name '*.sh' -exec chmod +x {} \;