diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-19 15:29:43 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-19 15:29:43 -0400 |
| commit | c57ff0cb463f9acd1a0aa0d11a2bbaad75d361be (patch) | |
| tree | 4e1ab802543dfc7125e8fe398b8e22c7fcfbfb8b /Makefile | |
| parent | c157fd402692feca95d8b365101d21f218baadb9 (diff) | |
| parent | e0bbb776bfff6c320d8d717fd351b41720a8112c (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,9 +27,9 @@ install: cat dist/propellor-*.tar.gz | (cd dist/gittmp && tar zx --strip-components=1) cd dist/gittmp && git init && \ git add . \ - && git commit -m "distributed version of propellor" \ + && git commit -q -m "distributed version of propellor" \ && git bundle create $(DESTDIR)/usr/src/propellor/propellor.git master HEAD \ - && git show-ref HEAD --hash > $(DESTDIR)/usr/src/propellor/head + && git show-ref master --hash > $(DESTDIR)/usr/src/propellor/head rm -rf dist/gittmp clean: |
