summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-08-19 17:25:05 -0400
committerJoey Hess2014-08-19 17:25:05 -0400
commiteff0fe5dffaf387771042f8584501219d98bbbf2 (patch)
tree241cee8b9d7d0b78de5cc1d73065d80882a7d544
parentafe75ef651ad65bf763b32cadbc9dfbb15b7ba73 (diff)
bleargh3
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2dcca27a..de3b7829 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 -ne 's!propellor-[^/]+/!!; print unless $_ eq "\n"' > 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 . \