From: Jonathan Ludlam Date: Wed, 29 Sep 2010 10:23:30 +0000 (+0100) Subject: Fix the XCP makefile used to build an SRPM X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a1680089e4f55a047b54bddbe65a35963c1dbed6;p=xcp%2Fxen-api-libs.git Fix the XCP makefile used to build an SRPM Signed-off-by: Jon Ludlam --- 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