From 3188a58d60bcf3f7de5cee608d7461b34116ccc0 Mon Sep 17 00:00:00 2001 From: Baris Metin Date: Thu, 7 Apr 2011 10:51:44 -0400 Subject: [PATCH] fix for vsys build --- coblitz.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coblitz.mk b/coblitz.mk index 21dea9d4..7979f91b 100644 --- a/coblitz.mk +++ b/coblitz.mk @@ -201,8 +201,10 @@ endif # vsys-MODULES := vsys vsys-SPEC := vsys.spec +# ocaml-docs is not needed anymore but keep it on a tmp basis as some tags may still have it +vsys-DEVEL-RPMS += ocaml-ocamldoc ocaml-docs ifeq "$(local_inotify_tools)" "true" -vsys-DEPEND-DEVEL-RPMS := inotify-tools inotify-tools-devel +vsys-DEPEND-DEVEL-RPMS += inotify-tools inotify-tools-devel endif IN_BOOTSTRAPFS += vsys ALL += vsys -- 2.43.0