# HG changeset patch # User Roy Marples # Date 1528104359 -3600 # Node ID 36e7356b92e8a5893a091bd91d3dea581263b05a # Parent 92c215d75a0ca043c22f67eb52d7f6866a972dce build: Allow a suffix to be specified on the dist tarball. diff -r 92c215d75a0c -r 36e7356b92e8 Makefile --- a/Makefile Sun Jun 03 12:19:15 2018 +0100 +++ b/Makefile Mon Jun 04 10:25:59 2018 +0100 @@ -8,7 +8,8 @@ FOSSILID?= current GITREF?= HEAD -DISTPREFIX?= dhcpcd-${VERSION} +DISTSUFFIX= +DISTPREFIX?= dhcpcd-${VERSION}${DISTSUFFIX} DISTFILEGZ?= ${DISTPREFIX}.tar.gz DISTFILE?= ${DISTPREFIX}.tar.xz DISTINFO= ${DISTFILE}.distinfo