wok-6.x diff squashfs/receipt @ rev 276

Typo in slitaz-hacker...
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 25 16:07:55 2008 +0100 (2008-02-25)
parents d1ecaea3e7cf
children 3bac1508116b
line diff
     1.1 --- a/squashfs/receipt	Mon Feb 18 14:40:48 2008 +0100
     1.2 +++ b/squashfs/receipt	Mon Feb 25 16:07:55 2008 +0100
     1.3 @@ -60,7 +60,8 @@
     1.4  	make -C src/. SUBDIRS=$(pwd)/fs/squashfs/ CONFIG_SQUASHFS=m modules
     1.5  	cd ..
     1.6  	[ -d _pkg ] && rm -rf _pkg
     1.7 -	mkdir -p _pkg/lib/modules/$kver-slitaz/kernel/fs/squashfs _pkg/usr/sbin
     1.8 +	mkdir -p _pkg/lib/modules/$kver-slitaz/kernel/fs/squashfs
     1.9 +	mkdir -p _pkg/usr/sbin _pkg/sbin
    1.10  	cp _kernel/fs/squashfs/squashfs.ko \
    1.11          	_pkg/lib/modules/$kver-slitaz/kernel/fs/squashfs/squashfs.ko
    1.12  	gzip -9 _pkg/lib/modules/$kver-slitaz/kernel/fs/squashfs/squashfs.ko
    1.13 @@ -68,14 +69,14 @@
    1.14  	# Build user land tools
    1.15  	cd ${PACKAGE}${VERSION}/squashfs-tools
    1.16  	make
    1.17 -	cp mksquashfs unsquashfs ../../_pkg/usr/sbin
    1.18 +	cp mksquashfs ../../_pkg/usr/sbin
    1.19 +	cp unsquashfs ../../_pkg/sbin
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25  	cp -a _pkg/* $fs
    1.26 -	strip  -s $fs/usr/sbin/*
    1.27  }
    1.28  
    1.29  # Post install/remove commands for Tazpkg.