summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-08-19 15:24:18 -0400
committerJoey Hess2014-08-19 15:24:18 -0400
commit882872b1ec3c016403ce8a043d62d8880d6dc30c (patch)
treebf4014834dc49278a88b1c03e49adf9fde596a50
parent8e45b0f77bb7f4dbf7572b126f2959afc63d5ce9 (diff)
typo
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 861e7d0f..5047c2f9 100644
--- a/Makefile
+++ b/Makefile
@@ -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