From: Frederik Schwan Date: Sat, 3 Feb 2024 18:21:19 +0000 (+0100) Subject: cosmetic refactoring of Makefile X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1d39ee23af0daff6f0a6d616e74fec8cc9c5db54;p=bcachefs-tools-debian cosmetic refactoring of Makefile Make clear that LIBEXECDIR is an option. --- 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))