[pve-devel] [PATCH novnc 1/3] replaced check for VERSION file with check for package.json

Markus Frank m.frank at proxmox.com
Thu Feb 2 10:57:05 CET 2023


Signed-off-by: Markus Frank <m.frank at proxmox.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4f64bbe..9591e35 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ ${DSC}: ${BUILDDIR}
 
 .PHONY: submodule
 submodule:
-	test -f "${SRCDIR}/VERSION" || git submodule update --init
+	test -f "${SRCDIR}/package.json" || git submodule update --init
 
 .PHONY: download
 download ${SRCDIR}:
-- 
2.30.2






More information about the pve-devel mailing list