summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-08-19 16:58:38 -0400
committerJoey Hess2014-08-19 16:58:38 -0400
commit429f793fc32895c5405cc9f14ede5b1e7b990601 (patch)
treed809e34140f771fd7f3f6e0713f1a9d85b740e7f
parentd66216b92a5956f7997eed88f99187bffec6af98 (diff)
parent7c0e2125a25ef4fb78da8d111e92d288751af1a6 (diff)
Merge branch 'joeyconfig'
-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" \