diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-19 16:57:32 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-19 16:57:32 -0400 |
| commit | d66216b92a5956f7997eed88f99187bffec6af98 (patch) | |
| tree | 06e8aa33b9dddfe10cb2835daf29f10290cf6800 | |
| parent | 5b651cf81881a0970ec92cdf4702ada98c7786e4 (diff) | |
| parent | 32ca119859eee0fbe8a9e60e28de2d230d6ef2fe (diff) | |
Merge branch 'joeyconfig'
| -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 zx) cd dist/gittmp && git init && \ git add . \ && git commit -q -m "distributed version of propellor" \ |
