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

Frederik Schüler fs at alioth.debian.org
Tue Jan 9 11:07:34 CET 2007


Author: fs
Date: Tue Jan  9 11:07:33 2007
New Revision: 8147

Modified:
   dists/trunk/linux-2.6/debian/rules.real
Log:
Fix the debian/rules.real fix :)


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	Tue Jan  9 11:07:33 2007
@@ -366,7 +366,7 @@
 	$(MAKE) -f debian/rules.real install-base
 
 install-image-amd64-$(SUBARCH)-$(FLAVOUR)-plain_image:
-	cp '$(DIR)/arch/x86_64/boot/bzImage' $(INSTALL_DIR)/vmlinuxz$(REAL_VERSION)
+	cp '$(DIR)/arch/x86_64/boot/bzImage' $(INSTALL_DIR)/vmlinuz-$(REAL_VERSION)
 
 install-image-i386-$(SUBARCH)-$(FLAVOUR)-plain_image:
 	cp '$(DIR)/arch/i386/boot/bzImage' $(INSTALL_DIR)/vmlinuz-$(REAL_VERSION)



More information about the Kernel-svn-changes mailing list