wok-next diff bind-client/receipt @ rev 18739
Up firefox-official(43.0.2)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Dec 23 15:31:48 2015 +0200 (2015-12-23) |
parents | ea94058cfe7f |
children | 3af6a1c93f35 |
line diff
1.1 --- a/bind-client/receipt Tue Dec 09 18:22:52 2014 +0100 1.2 +++ b/bind-client/receipt Wed Dec 23 15:31:48 2015 +0200 1.3 @@ -18,14 +18,7 @@ 1.4 cp -a $install/usr/bin $fs/usr 1.5 } 1.6 1.7 -# Overlap busybox 1.8 -pre_install() 1.9 -{ 1.10 - rm -f $1/usr/bin/nslookup 1.11 -} 1.12 - 1.13 post_remove() 1.14 { 1.15 - ln -s /bin/busybox $1/usr/bin/nslookup 1.16 + ln -s /bin/busybox "$1/usr/bin/nslookup" 1.17 } 1.18 -