From 1d39ee23af0daff6f0a6d616e74fec8cc9c5db54 Mon Sep 17 00:00:00 2001 From: Frederik Schwan Date: Sat, 3 Feb 2024 19:21:19 +0100 Subject: [PATCH] cosmetic refactoring of Makefile Make clear that LIBEXECDIR is an option. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80d24ff..5cdb437 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ VERSION=1.4.0 PREFIX?=/usr/local +LIBEXECDIR?=$(PREFIX)/libexec PKG_CONFIG?=pkg-config INSTALL=install LN=ln @@ -105,7 +106,6 @@ else ROOT_SBINDIR?=$(PREFIX)/sbin INITRAMFS_DIR=/etc/initramfs-tools endif -LIBEXECDIR=$(PREFIX)/libexec PKGCONFIG_SERVICEDIR:=$(shell $(PKG_CONFIG) --variable=systemdsystemunitdir systemd) ifeq (,$(PKGCONFIG_SERVICEDIR)) -- 2.39.2