wok-stable diff unzip/receipt @ rev 3869
syslinux/ifmem: more generic algorithm for cmdline
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 08 16:33:21 2009 +0200 (2009-08-08) |
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 Aug 08 16:33:21 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 }