Skip to content

Commit

Permalink
Merge pull request #232 from freswa/libexecdir-makefile
Browse files Browse the repository at this point in the history
cosmetic refactoring of Makefile
  • Loading branch information
koverstreet authored Feb 5, 2024
2 parents f6b619d + 33411cf commit 78e7511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
VERSION=1.4.0

PREFIX?=/usr/local
LIBEXECDIR?=$(PREFIX)/libexec
PKG_CONFIG?=pkg-config
INSTALL=install
LN=ln
Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit 78e7511

Please sign in to comment.