[kernel] r7163 - dists/sid/linux-2.6/debian

Bastian Blank waldi at costa.debian.org
Tue Aug 15 13:51:59 UTC 2006


Author: waldi
Date: Tue Aug 15 13:51:58 2006
New Revision: 7163

Modified:
   dists/sid/linux-2.6/debian/rules.real

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


Modified: dists/sid/linux-2.6/debian/rules.real
==============================================================================
--- dists/sid/linux-2.6/debian/rules.real	(original)
+++ dists/sid/linux-2.6/debian/rules.real	Tue Aug 15 13:51:58 2006
@@ -374,14 +374,14 @@
 	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)



More information about the Kernel-svn-changes mailing list