Skip to content

Commit 9b36186

Browse files
committed
Fix make dist target for v1.11 release.
Signed-off-by: Joachim Nilsson <[email protected]>
1 parent 41b0dc4 commit 9b36186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ NAME = finit
3131
PKG = $(NAME)-$(VERSION)
3232
DEV = $(NAME)-dev
3333
ARCHTOOL = `which git-archive-all`
34-
ARCHIVE = $(PKG).tar.xz
34+
ARCHIVE = $(PKG).tar
3535
ARCHIVEZ = ../$(ARCHIVE).xz
3636
EXEC = finit reboot
3737
HEADERS = plugin.h svc.h helpers.h queue.h

0 commit comments

Comments
 (0)