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

Bastian Blank waldi at costa.debian.org
Sun Apr 30 13:37:18 UTC 2006


Author: waldi
Date: Sun Apr 30 13:37:17 2006
New Revision: 6498

Modified:
   dists/sid/linux-2.6/debian/rules.real
Log:
debian/rules.real: Fix xen packages.


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	Sun Apr 30 13:37:17 2006
@@ -157,7 +157,7 @@
 	rm -rf '$(DIR)'
 	cp -al '$(SOURCE_DIR)' '$(DIR)'
 	cp '$<' '$(DIR)/.config'
-	echo '$(KPKG_ABINAME)$(LOCALVERSION)' > '$(DIR)/localversion'
+	echo '$(ABINAME)$(LOCALVERSION)' > '$(DIR)/localversion'
 	cd '$(DIR)'; $(setup_env) make prepare ARCH=$(KERNEL_ARCH) $(JOBS_ARG)
 	touch '$@'
 



More information about the Kernel-svn-changes mailing list