[Fedora-spins] [spin-kickstarts] The prefix should end with a /

Bruno Wolff III bruno at fedoraproject.org
Sat Jun 29 18:45:48 UTC 2013


commit 1ecb6e9f61c4b32015038171cc2c82aed5b74e56
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Jun 29 12:43:28 2013 -0500

    The prefix should end with a /

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index f22611b..d779afd 100644
--- a/Makefile
+++ b/Makefile
@@ -4,4 +4,4 @@ clean:
 	rm -f spin-kickstarts-*.tar.gz
 
 dist:
-	git archive --format=tar --prefix=spin-kickstarts-`git tag --points-at HEAD` HEAD | gzip > spin-kickstarts.tar-`git tag --points-at HEAD`.gz
+	git archive --format=tar --prefix=spin-kickstarts-`git tag --points-at HEAD`/ HEAD | gzip > spin-kickstarts.tar-`git tag --points-at HEAD`.gz


More information about the spins mailing list