# HG changeset patch # User Matthew Sheets # Date 1247735214 0 # Node ID 5b0b131c348052ed92c3e13b2e51042b189b2e31 # Parent 5cb89ee308355cd669395cb119f39f883dd28ef5 Update: unzip (handle BusyBox symlinks) diff -r 5cb89ee30835 -r 5b0b131c3480 unzip/receipt --- a/unzip/receipt Thu Jul 16 09:04:19 2009 +0000 +++ b/unzip/receipt Thu Jul 16 09:06:54 2009 +0000 @@ -27,10 +27,10 @@ # Remove Busybox symlink before installing pre_install() { - rm -f $1/bin/unzip + rm -f $1/usr/bin/unzip } post_remove() { - ln -s /bin/busybox /bin/unzip + ln -s /bin/busybox /usr/bin/unzip }