[pve-devel] [PATCH v2 08/10] bin/Makefile: export PERLLIB=.. so that doc generator works correctly

Dietmar Maurer dietmar at proxmox.com
Tue Jan 10 17:06:05 CET 2017


Signed-off-by: Dietmar Maurer <dietmar at proxmox.com>
---
 bin/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/Makefile b/bin/Makefile
index 6f3355c..ae991fe 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -4,6 +4,8 @@ include ../defines.mk
 export NOVIEW=1
 include /usr/share/pve-doc-generator/pve-doc-generator.mk
 
+export PERLLIB=..
+
 SUBDIRS = init.d ocf test
 
 SERVICES = pvestatd pveproxy pvedaemon spiceproxy
-- 
2.1.4




More information about the pve-devel mailing list