wok diff gnu-netcat/receipt @ rev 10979

jed: Compile with -j1 cause it can't compile on quad core cpu without this.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 12 12:56:28 2011 +0000 (2011-10-12)
parents 9f32ab185bac
children 8ad8c3236c6c
line diff
     1.1 --- a/gnu-netcat/receipt	Sat Apr 02 10:23:18 2011 +0000
     1.2 +++ b/gnu-netcat/receipt	Wed Oct 12 12:56:28 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