wok-4.x diff udns/receipt @ rev 2912
gst-ffmpeg problem with new ffmpeg; so compiled with built-in ffmpeg for now; size up
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Wed May 06 13:20:04 2009 +0000 (2009-05-06) |
parents | ffe319269070 |
children | 3115c291f303 |
line diff
1.1 --- a/udns/receipt Mon Feb 02 20:57:49 2009 +0000 1.2 +++ b/udns/receipt Wed May 06 13:20:04 2009 +0000 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