This commit is contained in:
Joey Hess 2014-08-19 15:24:18 -04:00
parent 8e45b0f77b
commit 882872b1ec
1 changed files with 1 additions and 1 deletions

View File

@ -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