diff options
Diffstat (limited to 'misc/haiku/Makefile')
-rw-r--r-- | misc/haiku/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/haiku/Makefile b/misc/haiku/Makefile index dff4a7b..9c8ff40 100644 --- a/misc/haiku/Makefile +++ b/misc/haiku/Makefile @@ -105,8 +105,7 @@ dist: $(CP) -r $(DISTFILES) nnn-$(VERSION) mkdir -p nnn-$(VERSION)/misc $(CP) -r misc/haiku nnn-$(VERSION)/misc - tar -cf nnn-$(VERSION).tar nnn-$(VERSION) - gzip nnn-$(VERSION).tar + tar -cf - nnn-$(VERSION) | gzip > nnn-$(VERSION).tar.gz $(RM) -r nnn-$(VERSION) clean: |