debian/rules.real: Use correct abiname for xen images.

svn path=/dists/trunk/linux-2.6/; revision=6264
This commit is contained in:
Bastian Blank 2006-03-22 16:57:50 +00:00
parent 03043880f6
commit 7cf3027ca7
1 changed files with 1 additions and 1 deletions

2
debian/rules.real vendored
View File

@ -155,7 +155,7 @@ $(STAMPS_DIR)/setup-$(ARCH)-$(SUBARCH)-$(FLAVOUR)-plain-xen: $(BUILD_DIR)/config
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 '$@'