From 421ad50053c4dc2f7360ae8e036ad5bee9d18737 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 7 Feb 2017 11:25:12 +0100 Subject: [PATCH] buildsys: fix Build-Depends generation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68910f4..cc995b3 100644 --- a/Makefile +++ b/Makefile @@ -191,7 +191,7 @@ $(GEN_DEB): $(GEN_DEB_SOURCES) asciidoc-pve asciidoc/mediawiki.conf doc-deb: $(DOC_DEB) $(DOC_DEB): index.html $(WIKI_IMPORTS) $(API_VIEWER_SOURCES) verify-images $(call prepare_build,$(DOC_PACKAGE)) - sed -i -e '/^Build-Depends/{s/$$/$(DOC_BUILDDEPS)/}' build-$(DOC_PACKAGE)/debian/control + sed -i -e '/^Build-Depends/{s/$$/, $(DOC_BUILDDEPS)/}' build-$(DOC_PACKAGE)/debian/control # install files for pvedocs package install -dm755 build-$(DOC_PACKAGE)/usr/share/${DOC_PACKAGE} install -dm755 build-$(DOC_PACKAGE)/usr/share/doc/${DOC_PACKAGE} -- 2.39.2