summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-08-19 17:22:14 -0400
committerJoey Hess2014-08-19 17:22:14 -0400
commitd366e5e525994cb8491b11e56d834fbcd4decf56 (patch)
tree52d0e28148959feff732dabc05b456b3845fc264
parent7c558cfad1c3a9108c570c540ec59978f7b4d617 (diff)
bleargh
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aafebb5b..ebd6c673 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ install:
install -s dist/build/propellor/propellor $(DESTDIR)/usr/bin/propellor
mkdir -p dist/gittmp
$(CABAL) sdist
- tar vf dist/propellor-*.tar.gz > dist/list-sources
+ tar tf dist/propellor-*.tar.gz | perl -pe 's!propellor-[^/]+/!!' > dist/list-sources
tar c -T dist/list-sources | (cd dist/gittmp && tar x)
cd dist/gittmp && git init && \
git add . \