wok-6.x diff unzip/receipt @ rev 4353
Update: java-* - remove files that are already in dependent packages
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Sat Oct 03 22:00:35 2009 +0000 (2009-10-03) |
parents | 5cb89ee30835 |
children | 3115c291f303 |
line diff
1.1 --- a/unzip/receipt Thu Jul 16 09:04:19 2009 +0000 1.2 +++ b/unzip/receipt Sat Oct 03 22:00:35 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 }