summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoey Hess2014-08-19 16:58:35 -0400
committerJoey Hess2014-08-19 16:58:35 -0400
commit7c0e2125a25ef4fb78da8d111e92d288751af1a6 (patch)
treeae759cbc097961003b0559b2f7f9cc7f45f4e5f8 /Makefile
parent32ca119859eee0fbe8a9e60e28de2d230d6ef2fe (diff)
fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ff4165e..ca89b5bb 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ install:
install -d $(DESTDIR)/usr/bin $(DESTDIR)/usr/src/propellor
install -s dist/build/propellor/propellor $(DESTDIR)/usr/bin/propellor
mkdir -p dist/gittmp
- git archive HEAD | (cd dist/gittmp && tar zx)
+ git archive HEAD | (cd dist/gittmp && tar x)
cd dist/gittmp && git init && \
git add . \
&& git commit -q -m "distributed version of propellor" \