From a1680089e4f55a047b54bddbe65a35963c1dbed6 Mon Sep 17 00:00:00 2001 From: Jonathan Ludlam Date: Wed, 29 Sep 2010 11:23:30 +0100 Subject: [PATCH] Fix the XCP makefile used to build an SRPM Signed-off-by: Jon Ludlam --- Makefile.xcp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.xcp b/Makefile.xcp index 149a63e..b5fa9c2 100644 --- a/Makefile.xcp +++ b/Makefile.xcp @@ -15,6 +15,6 @@ endif .PHONY: srpm srpm: - hg archive -p xapi-0 -t tbz2 $(RPM_SOURCEDIR)/xapi-libs-0.tar.bz2 + hg archive -p xapi-libs-0 -t tbz2 $(RPM_SOURCEDIR)/xapi-libs-0.tar.bz2 rpmbuild --define "XEN_RELEASE $(XEN_RELEASE)" -bs --nodeps xapi-libs.spec -- 2.39.5