remove sed replacement for useless things that got axed in postinst

one was empty and the other a sane default anyway.

svn path=/dists/trunk/linux-2.6/; revision=14594
This commit is contained in:
Maximilian Attems 2009-11-10 14:06:18 +00:00
parent 874e54e1b2
commit fd56b16d74
1 changed files with 0 additions and 2 deletions

2
debian/rules.real vendored
View File

@ -384,7 +384,6 @@ install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_templates:
for i in $(wildcard debian/templates/temp.image.plain/*); do \
sed \
-e 's,=D,/boot,g' \
-e 's/=OF/YES/g' \
-e 's/=ST/linux/g' \
-e 's@=A@$(DEB_HOST_ARCH)@g' \
-e 's@=B@$(KERNEL_ARCH)@g' \
@ -395,7 +394,6 @@ install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain_templates:
-e 's@=MK@$(INITRD_CMD)@g' \
-e 's/=V/$(REAL_VERSION)/g' \
-e 's/=M//g' \
-e 's/=MD//g' \
-e 's/=S//g' \
$$i > $(PACKAGE_DIR)/DEBIAN/$$(basename $$i); \
done