]> arthur.barton.de Git - brew-completion.git/commitdiff
Fix bad prefix "../" in distribution tar archives
authorAlexander Barton <alex@barton.de>
Sun, 10 Jan 2010 17:52:21 +0000 (18:52 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 10 Jan 2010 17:53:18 +0000 (18:53 +0100)
Makefile

index ba8dd9b6af114239c824e7acfda0b031e976ac21..9d10b830ab4c437a7340e3ce446f0c1b0dc30126 100644 (file)
--- 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