summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoey Hess2014-08-19 15:29:32 -0400
committerJoey Hess2014-08-19 15:29:32 -0400
commite0bbb776bfff6c320d8d717fd351b41720a8112c (patch)
treebcc81c2c7362facce9d999ca547f7599da418c66 /Makefile
parent882872b1ec3c016403ce8a043d62d8880d6dc30c (diff)
final fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5047c2f9..dec7f055 100644
--- a/Makefile
+++ b/Makefile
@@ -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: