From dd7972720a0fdad0b378e6a5a4af85e08386ad08 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sun, 12 Nov 2023 11:33:01 +0100 Subject: [PATCH] Make blackbox install location match the systemd control file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfd3522..4932192 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ BINDIR ?= /usr/bin UNITDIR ?= /lib/systemd/system UDEVDIR ?= /lib/udev/rules.d SHAREDIR ?= /usr/share/ -VARDIR ?= /var/ +VARDIR ?= /var/lib all: cargo build --release -- 2.39.2