debian/rules.real: Fix building of xen images.

svn path=/dists/sid/linux-2.6/; revision=7163
This commit is contained in:
Bastian Blank 2006-08-15 13:51:58 +00:00
parent 41536396ce
commit 84109bfb69
1 changed files with 3 additions and 3 deletions

6
debian/rules.real vendored
View File

@ -374,14 +374,14 @@ install-image-$(ARCH)-$(SUBARCH)-$(FLAVOUR)-plain-xen:
dh_testdir
dh_testroot
dh_clean -d -k
dh_installdirs -p$(PACKAGE_NAME) 'boot'
dh_installdirs -p$(MODULES_PACKAGE_NAME) 'boot'
DH_OPTIONS= dh_installdirs -p$(PACKAGE_NAME) 'boot'
DH_OPTIONS= dh_installdirs -p$(MODULES_PACKAGE_NAME) 'boot'
cp $(DIR)/vmlinuz $(INSTALL_DIR)/vmlinuz-$(REAL_VERSION)
cd $(DIR); $(setup_env) make modules_install ARCH=$(KERNEL_ARCH) INSTALL_MOD_PATH=$(MODULES_PACKAGE_DIR)
cp $(DIR)/.config $(MODULES_PACKAGE_DIR)/boot/config-$(REAL_VERSION)
cp $(DIR)/System.map $(MODULES_PACKAGE_DIR)/boot/System.map-$(REAL_VERSION)
rm $(MODULES_PACKAGE_DIR)/lib/modules/$(REAL_VERSION)/{build,source}
$(MAKE) -f debian/rules.real install-base DH_OPTIONS='$(DH_OPTIONS)'
$(MAKE) -f debian/rules.real install-base
install-patch: PACKAGE = linux-patch-debian-$(VERSION)
install-patch: pbase := /usr/src/kernel-patches/all/$(SOURCE_UPSTREAM)