typo
This commit is contained in:
parent
8e45b0f77b
commit
882872b1ec
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ install:
|
||||||
cd dist/gittmp && git init && \
|
cd dist/gittmp && git init && \
|
||||||
git add . \
|
git add . \
|
||||||
&& git commit -m "distributed version of propellor" \
|
&& 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
|
&& git show-ref HEAD --hash > $(DESTDIR)/usr/src/propellor/head
|
||||||
rm -rf dist/gittmp
|
rm -rf dist/gittmp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue