wok-4.x rev 9450

Fixed gnu-netcat post_remove so /usr/bin/nc softlink can be made if --root option is used.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Apr 02 10:25:54 2011 +0000 (2011-04-02)
parents 9f32ab185bac
children 061365119fa9
files gnu-netcat/receipt
line diff
     1.1 --- a/gnu-netcat/receipt	Sat Apr 02 10:23:18 2011 +0000
     1.2 +++ b/gnu-netcat/receipt	Sat Apr 02 10:25:54 2011 +0000
     1.3 @@ -42,5 +42,5 @@
     1.4  
     1.5  post_remove()
     1.6  {
     1.7 -	ln -s /bin/busybox /usr/bin/nc
     1.8 +	ln -s /bin/busybox $1/usr/bin/nc
     1.9  }
    1.10 \ No newline at end of file