diff --git a/debian/rules.real b/debian/rules.real index 14c607074..8c88734d8 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -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 '$@'