From 96361c7cd26b9b22bfb59ffe0bd4b625c637a86b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Fix new path to RPM. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.8.3.1