wok-6.x diff unzip/receipt @ rev 4632

Add: plotdrop (A minimal GTK frontend to GNUPlot)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Dec 22 12:45:58 2009 +0100 (2009-12-22)
parents 5cb89ee30835
children 3115c291f303
line diff
     1.1 --- a/unzip/receipt	Thu Jul 16 09:04:19 2009 +0000
     1.2 +++ b/unzip/receipt	Tue Dec 22 12:45:58 2009 +0100
     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  }