wok rev 3693

Update: unzip (handle BusyBox symlinks)
author Matthew Sheets <rcx@zoominternet.net>
date Thu Jul 16 09:06:54 2009 +0000 (2009-07-16)
parents 5cb89ee30835
children 702cfa82af35
files unzip/receipt
line diff
     1.1 --- a/unzip/receipt	Thu Jul 16 09:04:19 2009 +0000
     1.2 +++ b/unzip/receipt	Thu Jul 16 09:06:54 2009 +0000
     1.3 @@ -27,10 +27,10 @@
     1.4  # Remove Busybox symlink before installing
     1.5  pre_install()
     1.6  {
     1.7 -	rm -f $1/bin/unzip
     1.8 +	rm -f $1/usr/bin/unzip
     1.9  }
    1.10  
    1.11  post_remove()
    1.12  {
    1.13 -	ln -s /bin/busybox /bin/unzip
    1.14 +	ln -s /bin/busybox /usr/bin/unzip
    1.15  }