# HG changeset patch # User Christopher Rogers # Date 1289597781 0 # Node ID c3bd0d2548ea96b99c96816eba91a076a84ccea3 # Parent bca698b1b4628ed539a11ea8fa78c6a493f48949 Fixed unzip to have all packgaes in bin folder instead of just unzip. This way you can unzip packages with xarchive when it needs zipinfo. diff -r bca698b1b462 -r c3bd0d2548ea unzip/receipt --- a/unzip/receipt Fri Nov 12 20:08:54 2010 +0000 +++ b/unzip/receipt Fri Nov 12 21:36:21 2010 +0000 @@ -22,8 +22,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/bin - cp -a $_pkg/bin/unzip $fs/usr/bin + mkdir -p $fs/usr + cp -a $_pkg/bin $fs/usr/bin } # Remove Busybox symlink before installing