# HG changeset patch # User Pascal Bellard # Date 1269414005 -3600 # Node ID cf567ff858f6251f7e97e50e4e0057c4e810aa5c # Parent 82bd3e7b32030bdb7c12c446420d51bd9f0ac085 cromfs-or-squashfs: should not build squashfs diff -r 82bd3e7b3203 -r cf567ff858f6 cromfs-or-squashfs/receipt --- a/cromfs-or-squashfs/receipt Tue Mar 23 22:39:43 2010 +0100 +++ b/cromfs-or-squashfs/receipt Wed Mar 24 08:00:05 2010 +0100 @@ -3,7 +3,7 @@ PACKAGE="cromfs-or-squashfs" VERSION="1.0" CATEGORY="meta" -SHORT_DESC="Read only compresed filesystem." +SHORT_DESC="Read only compressed filesystem." MAINTAINER="pascal.bellard@slitaz.org" WEB_SITE="http://www.slitaz.org/" DEPENDS="squashfs" @@ -11,10 +11,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - for pkg in $DEPENDS - do - tazwok genpkg $pkg - done # Have a file to avoid errors with tazpkg install. mkdir -p $fs/usr }