]> git.proxmox.com Git - pve-docs.git/commitdiff
buildsys: fix Build-Depends generation
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 7 Feb 2017 10:25:12 +0000 (11:25 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 7 Feb 2017 10:25:12 +0000 (11:25 +0100)
Makefile

index 68910f4e58d4b46b3445f0c0cb023317fa8a7b10..cc995b3235c310efe98269a5cf3c5f2ec522e1d9 100644 (file)
--- 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}