]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
dracut: Update to 008.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 26 Mar 2011 15:52:15 +0000 (16:52 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 26 Mar 2011 15:52:59 +0000 (16:52 +0100)
Fixes #151.

pkgs/dracut/dracut.nm

index ed5dc08868654e8378b83a986fff1387a3fd87bf..5098f3445b528c9d59397d7106796cc73d5bef76 100644 (file)
@@ -25,8 +25,8 @@
 include $(PKGROOT)/Include
 
 PKG_NAME       = dracut
-PKG_VER        = 007
-PKG_REL        = 4
+PKG_VER        = 008
+PKG_REL        = 1
 PKG_ARCH       = noarch
 
 PKG_MAINTAINER =
@@ -46,9 +46,6 @@ endef
 PKG_TARBALL    = $(THISAPP).tar.bz2
 
 define STAGE_PREPARE_CMDS
-       # All check scripts must be executeable
-       cd $(DIR_APP) && chmod 0755 modules.d/*/check
-
        # Remove all man pages.
        # XXX requires docbook
        cd $(DIR_APP) && sed -i Makefile \