debian/rules.real: Fix installation of s390-tape image.

svn path=/dists/trunk/linux-2.6/; revision=11815
This commit is contained in:
Bastian Blank 2008-07-09 10:12:41 +00:00
parent d76593b85d
commit af1b18d656
1 changed files with 1 additions and 1 deletions

2
debian/rules.real vendored
View File

@ -461,7 +461,7 @@ install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain-s390-tape:
dh_testroot
dh_clean -d -k
dh_installdirs 'boot'
cp '$(DIR)/arch/s390/boot/image' $(PACKAGE_DIR)/boot/vmlinuz-$(REAL_VERSION)
install -m644 '$(DIR)/arch/s390/boot/image' $(PACKAGE_DIR)/boot/vmlinuz-$(REAL_VERSION)
$(MAKE_SELF) install-base
install-image_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain-xen: MODULES_PACKAGE_NAME = linux-modules-$(REAL_VERSION)