wok diff bind-client/receipt @ rev 18924

glibc: fix build (thanks az_ua)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 14:47:17 2016 +0200 (2016-02-25)
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	Thu Feb 25 14:47:17 2016 +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 -