From 82a39269aa8fb63a6f9abc7246c20d79ba5447a2 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Tue, 12 Apr 2022 20:13:48 -0400 Subject: upstream parabola changes from PKGBUILD --- config.mk | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 00b08c9..0eb23e3 100644 --- a/config.mk +++ b/config.mk @@ -5,8 +5,8 @@ topsrcdir := $(topoutdir) PACKAGE = parabola-hackers VERSION = 20200201 -sysusersdir=$(prefix)/lib/sysusers.d -systemunitdir=$(prefix)/lib/systemd/system +sysusersdir = $(prefix)/lib/sysusers.d +systemunitdir = $(prefix)/lib/systemd/system conf_file = $(sysconfdir)/$(PACKAGE).yml shadow_file = $(sysconfdir)/nshd/shadow NET ?= @@ -22,5 +22,9 @@ CC = gcc -std=c99 go_CC = gcc -std=gnu99 GOCACHE = $(realpath $(topoutdir)/go/cache) CGO_ENABLED = 1 - endif + +prefix='/usr' +bindir='$(libexecdir)/$(PACKAGE)' +libexecdir='$(libdir)' +sysconfdir='/etc' -- cgit v1.2.2