From 5864f1f3a947f8e11bd3e3c6b5e37816e5073208 Mon Sep 17 00:00:00 2001 From: Thomas Touhey Date: Wed, 4 Jan 2017 17:36:59 +0100 Subject: [PATCH] Corrected disting --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16f451e..b61d322 100755 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ reinstall: uninstall install dist: mrproper $(if $(ISGIT),reinit-gitmodules) $(call bcmd,tarball,$(NAME)-$(VERSION),\ tar czf $(NAME)-$(VERSION).tar.gz \ - --exclude .git --transform "s/^/$(NAME)-$(VERSION)\//" *) + --exclude .git --transform 's|^|$(NAME)-$(VERSION)/|' *) .PHONY: all mostlyclean mclean clean fclean mrproper re .PHONY: dist install uninstall reinstall