]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
module-init-tools: Remove unneeded command.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Jan 2010 21:15:19 +0000 (22:15 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Jan 2010 21:15:19 +0000 (22:15 +0100)
pkgs/core/module-init-tools/module-init-tools.nm

index 153926351bdb9bc237038125f568c4b90a53e16d..fe674dcac39c2c58cf06ff2f04eb4c6605276ef3 100644 (file)
@@ -62,7 +62,6 @@ define STAGE_PREPARE_CMDS
 endef
 
 define STAGE_INSTALL_CMDS
-       rm -vf $(BUILDROOT)/sbin/insmod.static
        -mkdir -pv $(BUILDROOT)/etc/modprobe.d
        cp -av $(DIR_SOURCE)/modprobe.d/* $(BUILDROOT)/etc/modprobe.d/
 endef