summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-08-19 17:24:20 -0400
committerJoey Hess2014-08-19 17:24:20 -0400
commitafe75ef651ad65bf763b32cadbc9dfbb15b7ba73 (patch)
tree70779e17077abf4298bcb5e6404f7483372a566c
parent33f2e899d26f10ef01c31a47b4d3aa07dce96f6f (diff)
parent5365334ac2b7ad16b6be6c7518b366718b9abee4 (diff)
Merge branch 'joeyconfig'
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ebd6c673..2dcca27a 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 tf dist/propellor-*.tar.gz | perl -pe 's!propellor-[^/]+/!!' > dist/list-sources
+ tar tf dist/propellor-*.tar.gz | perl -ne 's!propellor-[^/]+/!!; print unless $_ eq "\n"' > dist/list-sources
tar c -T dist/list-sources | (cd dist/gittmp && tar x)
cd dist/gittmp && git init && \
git add . \