# HG changeset patch # User Pascal Bellard # Date 1203510810 -3600 # Node ID f1a4f01230712151663c658acd6d0e535576e884 # Parent 44ac9eacbb5f3025ea0c36b07ea73b455d922170 Squashfs: don't put unsquashfs in squashfs filesystem... diff -r 44ac9eacbb5f -r f1a4f0123071 squashfs/receipt --- a/squashfs/receipt Tue Feb 19 18:03:25 2008 +0100 +++ b/squashfs/receipt Wed Feb 20 13:33:30 2008 +0100 @@ -60,7 +60,8 @@ make -C src/. SUBDIRS=$(pwd)/fs/squashfs/ CONFIG_SQUASHFS=m modules cd .. [ -d _pkg ] && rm -rf _pkg - mkdir -p _pkg/lib/modules/$kver-slitaz/kernel/fs/squashfs _pkg/usr/sbin + mkdir -p _pkg/lib/modules/$kver-slitaz/kernel/fs/squashfs + mkdir -p _pkg/usr/sbin _pkg/sbin cp _kernel/fs/squashfs/squashfs.ko \ _pkg/lib/modules/$kver-slitaz/kernel/fs/squashfs/squashfs.ko gzip -9 _pkg/lib/modules/$kver-slitaz/kernel/fs/squashfs/squashfs.ko @@ -68,14 +69,14 @@ # Build user land tools cd ${PACKAGE}${VERSION}/squashfs-tools make - cp mksquashfs unsquashfs ../../_pkg/usr/sbin + cp mksquashfs ../../_pkg/usr/sbin + cp unsquashfs ../../_pkg/sbin } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a _pkg/* $fs - strip -s $fs/usr/sbin/* } # Post install/remove commands for Tazpkg.