From eff0fe5dffaf387771042f8584501219d98bbbf2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Aug 2014 17:25:05 -0400 Subject: [PATCH] bleargh3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2dcca27..de3b782 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 . \