debian/rules.real: Fix.

svn path=/dists/trunk/linux-2.6/; revision=9500
This commit is contained in:
Bastian Blank 2007-09-11 14:37:27 +00:00
parent 60376400a6
commit 8336feb241
1 changed files with 1 additions and 1 deletions

2
debian/rules.real vendored
View File

@ -446,7 +446,7 @@ install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_templates:
-e 's/=MD//g' \
-e 's/=R//g' \
-e 's/=S//g' \
$$i > $(PACKAGE_DIR)/DEBIAN/$$i; \
$$i > $(PACKAGE_DIR)/DEBIAN/$$(basename $$i); \
done
chmod 755 $(PACKAGE_DIR)/DEBIAN/{config,{pre,post}*}
chmod 644 $(PACKAGE_DIR)/DEBIAN/templates