mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
cosmetic refactoring of Makefile
Make clear that LIBEXECDIR is an option.
This commit is contained in:
parent
f6b619daad
commit
1d39ee23af
2
Makefile
2
Makefile
@ -1,6 +1,7 @@
|
|||||||
VERSION=1.4.0
|
VERSION=1.4.0
|
||||||
|
|
||||||
PREFIX?=/usr/local
|
PREFIX?=/usr/local
|
||||||
|
LIBEXECDIR?=$(PREFIX)/libexec
|
||||||
PKG_CONFIG?=pkg-config
|
PKG_CONFIG?=pkg-config
|
||||||
INSTALL=install
|
INSTALL=install
|
||||||
LN=ln
|
LN=ln
|
||||||
@ -105,7 +106,6 @@ else
|
|||||||
ROOT_SBINDIR?=$(PREFIX)/sbin
|
ROOT_SBINDIR?=$(PREFIX)/sbin
|
||||||
INITRAMFS_DIR=/etc/initramfs-tools
|
INITRAMFS_DIR=/etc/initramfs-tools
|
||||||
endif
|
endif
|
||||||
LIBEXECDIR=$(PREFIX)/libexec
|
|
||||||
|
|
||||||
PKGCONFIG_SERVICEDIR:=$(shell $(PKG_CONFIG) --variable=systemdsystemunitdir systemd)
|
PKGCONFIG_SERVICEDIR:=$(shell $(PKG_CONFIG) --variable=systemdsystemunitdir systemd)
|
||||||
ifeq (,$(PKGCONFIG_SERVICEDIR))
|
ifeq (,$(PKGCONFIG_SERVICEDIR))
|
||||||
|
Loading…
Reference in New Issue
Block a user