From 882872b1ec3c016403ce8a043d62d8880d6dc30c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Aug 2014 15:24:18 -0400 Subject: typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3