summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2018-06-04 10:25:59 +0100
committerRoy Marples <roy@marples.name>2018-06-04 10:25:59 +0100
commit6d193844ac050c06530c41ede9788e9077f69c14 (patch)
treeaa6f84716f1dfa52a88d72d134acce66fd7e04df /Makefile
parentf7bca87145419a9988db7d4dfd84bd8777ca1f44 (diff)
downloaddhcpcd-6d193844ac050c06530c41ede9788e9077f69c14.tar.xz
build: Allow a suffix to be specified on the dist tarball.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6368540d..8a8b79ae 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,8 @@ DIST!= if test -f .fslckout; then echo "dist-fossil"; \
FOSSILID?= current
GITREF?= HEAD
-DISTPREFIX?= dhcpcd-${VERSION}
+DISTSUFFIX=
+DISTPREFIX?= dhcpcd-${VERSION}${DISTSUFFIX}
DISTFILEGZ?= ${DISTPREFIX}.tar.gz
DISTFILE?= ${DISTPREFIX}.tar.xz
DISTINFO= ${DISTFILE}.distinfo