debian/rules.real: Ignore error in firmware removal.

svn path=/dists/trunk/linux-2.6/; revision=12104
This commit is contained in:
Bastian Blank 2008-08-19 16:42:59 +00:00
parent bc28728ce8
commit 924ba59c1b
1 changed files with 1 additions and 1 deletions

2
debian/rules.real vendored
View File

@ -387,7 +387,7 @@ ifeq ($(MODULES),True)
cp $(DIR)/System.map $(PACKAGE_DIR)/boot/System.map-$(REAL_VERSION)
rm $(PACKAGE_DIR)/lib/modules/$(REAL_VERSION)/{build,source,modules.*}
# TODO: Move somewhere else
rm $(PACKAGE_DIR)/lib/firmware -r
rm $(PACKAGE_DIR)/lib/firmware -rf
endif
+$(MAKE_SELF) \
install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_templates \