diff options
| author | Roy Marples <roy@marples.name> | 2018-06-04 10:25:59 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2018-06-04 10:25:59 +0100 |
| commit | 6d193844ac050c06530c41ede9788e9077f69c14 (patch) | |
| tree | aa6f84716f1dfa52a88d72d134acce66fd7e04df /Makefile | |
| parent | f7bca87145419a9988db7d4dfd84bd8777ca1f44 (diff) | |
| download | dhcpcd-6d193844ac050c06530c41ede9788e9077f69c14.tar.xz | |
build: Allow a suffix to be specified on the dist tarball.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
