wok-next diff udns/receipt @ rev 4781

Fix: amule DEPENDS (Bug #227).
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 14 22:19:54 2010 +0100 (2010-01-14)
parents ffe319269070
children 3115c291f303
line diff
     1.1 --- a/udns/receipt	Mon Feb 02 20:57:49 2009 +0000
     1.2 +++ b/udns/receipt	Thu Jan 14 22:19:54 2010 +0100
     1.3 @@ -21,7 +21,8 @@
     1.4  {
     1.5  	mkdir -p $fs/usr/lib $fs/usr/bin
     1.6  	cp -a $src/libudns.so.0 $fs/usr/lib
     1.7 +	ln -s /usr/lib/libudns.so.0 $fs/usr/lib/libudns.so
     1.8  	cp -a $src/dnsget_s $fs/usr/bin/dnsget
     1.9 -	cp -a $stc/rblcheck_s $fs/usr/bin/rblcheck
    1.10 +	cp -a $src/rblcheck_s $fs/usr/bin/rblcheck
    1.11  }
    1.12