From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Tue, 25 Mar 2008 01:00:25 +0000 (+0000) Subject: Fix new path to RPM. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=96361c7cd26b9b22bfb59ffe0bd4b625c637a86b;p=virt-p2v.git Fix new path to RPM. --- diff --git a/Makefile.in b/Makefile.in index 1e7dd60..38476b8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -155,7 +155,7 @@ checkscript: # Check that the RPM has been built. checkrpm: - test -f rpmbuild/$(VIRTP2V_RPM) + test -f p2vrepo/$(VIRTP2V_RPM) # Clean.