diff mbox

[STABLE-0.11] qemu-kvm: Fix optionrom install from out-of-tree builds

Message ID 4A9E9521.8090907@siemens.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jan Kiszka Sept. 2, 2009, 3:54 p.m. UTC
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/Makefile b/Makefile
index d1de788..2217956 100644
--- a/Makefile
+++ b/Makefile
@@ -306,7 +306,7 @@  ifneq ($(BLOBS),)
 		$(INSTALL_DATA) $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
 	    fi \
 	    ; if [ -f $(SRC_PATH)/pc-bios/optionrom/$$x ];then \
-		$(INSTALL_DATA) $(SRC_PATH)/pc-bios/optionrom/$$x "$(DESTDIR)$(datadir)"; \
+		$(INSTALL_DATA) pc-bios/optionrom/$$x "$(DESTDIR)$(datadir)"; \
 	    fi \
 	done
 endif