wok diff unzip/receipt @ rev 3973

merge
author Christophe Lincoln <pankso@slitaz.org>
date Thu Aug 27 11:36:57 2009 +0200 (2009-08-27)
parents 5cb89ee30835
children 3115c291f303
line diff
     1.1 --- a/unzip/receipt	Thu Jul 16 09:04:19 2009 +0000
     1.2 +++ b/unzip/receipt	Thu Aug 27 11:36:57 2009 +0200
     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  }