summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/vars.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/vars.mk b/make/vars.mk
index 5411b98..c1c2db1 100644
--- a/make/vars.mk
+++ b/make/vars.mk
@@ -29,7 +29,7 @@ PORT_vaultwarden := 9000
PUBLIC_ROOT_DIR_ln := /var/ln.joeac.net/public
-VAULTWARDEN_DATA_DIR := /var/vaultwarden
+export VAULTWARDEN_DATA_DIR := /var/vaultwarden
$(foreach module,$(ALL_MODULES),$(if $(PORT_$(module)),$(eval \
export $(call capitalise,$(module))_PORT := $(PORT_$(module)))))