wok-current diff udns/receipt @ rev 3897
slitaz-loram-*: login needs libnss_files
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 14 23:15:22 2009 +0200 (2009-08-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 Fri Aug 14 23:15:22 2009 +0200 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