]> Git Repo - qemu.git/blobdiff - Makefile
block/backup: add 'always' bitmap sync policy
[qemu.git] / Makefile
index cfab1561b9cf76c087718dd4eb3ac786393b9b59..85862fb81a1d276c41133a31b2d9fa0b745765cf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -881,7 +881,7 @@ ifneq ($(DESCS),)
        $(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)/firmware"
        set -e; tmpf=$$(mktemp); trap 'rm -f -- "$$tmpf"' EXIT; \
        for x in $(DESCS); do \
-               sed -e 's,@DATADIR@,$(DESTDIR)$(qemu_datadir),' \
+               sed -e 's,@DATADIR@,$(qemu_datadir),' \
                        "$(SRC_PATH)/pc-bios/descriptors/$$x" > "$$tmpf"; \
                $(INSTALL_DATA) "$$tmpf" \
                        "$(DESTDIR)$(qemu_datadir)/firmware/$$x"; \
This page took 0.022893 seconds and 4 git commands to generate.