summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-18 15:42:24 -0400
committerJune McEnroe <june@causal.agency>2020-05-18 15:42:24 -0400
commit7b29eb0ef644be1d0671d956ea90ea018600f77f (patch)
tree9a9f7e658323ee5627a8a6f9c52f7f4ce4e8de53
parentTemplate rc scripts with %%PREFIX%% (diff)
downloadpounce-7b29eb0ef644be1d0671d956ea90ea018600f77f.tar.gz
pounce-7b29eb0ef644be1d0671d956ea90ea018600f77f.zip
Add RUNDIR make variable
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6e5849..d992548 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
 PREFIX = /usr/local
 MANDIR = ${PREFIX}/share/man
 ETCDIR = ${PREFIX}/etc
+RUNDIR = /var/run
 
 CFLAGS += -std=c11 -Wall -Wextra -Wpedantic
 LDLIBS = -lcrypt -lcrypto -ltls
@@ -8,7 +9,7 @@ LDLIBS = -lcrypt -lcrypto -ltls
 BINS = calico pounce
 MANS = ${BINS:=.1}
 RCS  = ${BINS:%=rc.d/%}
-DIRS = ${ETCDIR}/pounce /var/run/calico
+DIRS = ${ETCDIR}/pounce ${RUNDIR}/calico
 
 -include config.mk
 
-pink/commit/tests/t0107-snapshot.sh?h=1.4.0&id=81bf4d32b377d3f2fdd7ab3ca651be99408f5c32&follow=1'>t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer 2013-04-10tests/: Do not use `sed -i`Lukas Fleischer 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld 2013-04-10t0109: chain operations with &&John Keeping 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer