diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-19 15:24:22 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-19 15:24:22 -0400 |
| commit | c157fd402692feca95d8b365101d21f218baadb9 (patch) | |
| tree | 35d267153e2dc6521a0d4170cc251bb73073cfd8 | |
| parent | 4cb37fc564801075560d55bd4b079e915cfa7977 (diff) | |
| parent | 882872b1ec3c016403ce8a043d62d8880d6dc30c (diff) | |
Merge branch 'joeyconfig'
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ install: cd dist/gittmp && git init && \ git add . \ && git commit -m "distributed version of propellor" \ - && git bundle create $(DESTDIR)/usr/src/propellor/propellor.git master HEAD + && git bundle create $(DESTDIR)/usr/src/propellor/propellor.git master HEAD \ && git show-ref HEAD --hash > $(DESTDIR)/usr/src/propellor/head rm -rf dist/gittmp |
