wok rev 5149

cromfs-or-squashfs: should not build squashfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 24 08:00:05 2010 +0100 (2010-03-24)
parents 82bd3e7b3203
children 8290ff5b0d6b
files cromfs-or-squashfs/receipt
line diff
     1.1 --- a/cromfs-or-squashfs/receipt	Tue Mar 23 22:39:43 2010 +0100
     1.2 +++ b/cromfs-or-squashfs/receipt	Wed Mar 24 08:00:05 2010 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="cromfs-or-squashfs"
     1.5  VERSION="1.0"
     1.6  CATEGORY="meta"
     1.7 -SHORT_DESC="Read only compresed filesystem."
     1.8 +SHORT_DESC="Read only compressed filesystem."
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  WEB_SITE="http://www.slitaz.org/"
    1.11  DEPENDS="squashfs"
    1.12 @@ -11,10 +11,6 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -    for pkg in $DEPENDS
    1.17 -    do
    1.18 -        tazwok genpkg $pkg
    1.19 -    done
    1.20      # Have a file to avoid errors with tazpkg install.
    1.21      mkdir -p $fs/usr
    1.22  }