From: Avi Kivity <[email protected]> We inherited kvm-userspace's directory structure, which is now wrong.
Signed-off-by: Avi Kivity <[email protected]> diff --git a/Makefile b/Makefile index 1e0420e..a8e8e0b 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ install: tmpspec = .tmp.kvm-kmod.spec -rpm-topdir := $$(pwd)/../rpmtop +rpm-topdir := $$(pwd)/rpmtop RPMDIR = $(rpm-topdir)/RPMS -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
