[kernel] r11815 - dists/trunk/linux-2.6/debian

Bastian Blank waldi at alioth.debian.org
Wed Jul 9 10:12:42 UTC 2008


Author: waldi
Date: Wed Jul  9 10:12:41 2008
New Revision: 11815

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


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

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-2.6/debian/rules.real	Wed Jul  9 10:12:41 2008
@@ -461,7 +461,7 @@
 	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)



More information about the Kernel-svn-changes mailing list