wok rev 8647

Fixed xz post_remove.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 15 19:35:52 2011 +0000 (2011-02-15)
parents 0731792c3994
children 63a88816200c
files xz/receipt
line diff
     1.1 --- a/xz/receipt	Tue Feb 15 19:34:52 2011 +0000
     1.2 +++ b/xz/receipt	Tue Feb 15 19:35:52 2011 +0000
     1.3 @@ -49,5 +49,5 @@
     1.4  
     1.5  post_remove()
     1.6  {
     1.7 -	ln -s /bin/busybox /usr/bin/unlzma
     1.8 +	ln -s /bin/busybox $1/usr/bin/unlzma
     1.9  }