diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-19 16:58:35 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-19 16:58:35 -0400 |
| commit | 7c0e2125a25ef4fb78da8d111e92d288751af1a6 (patch) | |
| tree | ae759cbc097961003b0559b2f7f9cc7f45f4e5f8 /Makefile | |
| parent | 32ca119859eee0fbe8a9e60e28de2d230d6ef2fe (diff) | |
fix
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" \ |
