From 3e8fa865879bab54ac2005b5e0a16064f7e5dc08 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 10 Jan 2010 18:52:21 +0100 Subject: [PATCH] Fix bad prefix "../" in distribution tar archives --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba8dd9b..9d10b83 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ dist: tar cvzf $(NAME)-r$$rel.tar.gz \ --exclude ".git" --exclude "*.tar.gz" --exclude "*.tgz" \ --exclude "._*" --exclude "*~" --exclude "*.bak" \ - ../`basename $$PWD` + -C .. `basename $$PWD` distcheck: check dist -- 2.39.2