[Libosinfo] [PATCH osinfo-db] Unbreak vpath build
Guido Günther
agx at sigxcpu.org
Sun Nov 6 18:45:51 UTC 2016
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 7f5801a..6b3f8e7 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ mingwrpm: mingw-osinfo-db.spec $(ARCHIVE)
$(V_GEN) $(SED) -e "s/@VERSION@/$(TODAY)/" < $< > $@
$(ARCHIVE): $(DATA_FILES) $(SCHEMA_FILES)
- $(V_EXP) $(OSINFO_DB_EXPORT) --license COPYING --version "$(TODAY)" --dir data $(ARCHIVE)
+ $(V_EXP) $(OSINFO_DB_EXPORT) --license $(VPATH)/COPYING --version "$(TODAY)" --dir data $(ARCHIVE)
clean:
rm -f osinfo-db-*.tar.xz
--
2.10.2
More information about the Libosinfo
mailing list