Commit 85692df5 authored by Jacob Vosmaer's avatar Jacob Vosmaer

No need to split the line

parent cee86a22
...@@ -21,8 +21,7 @@ install: gitlab-workhorse gitlab-zip-cat gitlab-zip-metadata ...@@ -21,8 +21,7 @@ install: gitlab-workhorse gitlab-zip-cat gitlab-zip-metadata
_build: _build:
mkdir -p $@/src/${PKG} mkdir -p $@/src/${PKG}
tar -cf - --exclude $@ --exclude .git . | \ tar -cf - --exclude $@ --exclude .git . | (cd $@/src/${PKG} && tar -xf -)
(cd $@/src/${PKG} && tar -xf -)
touch $@ touch $@
.PHONY: test .PHONY: test
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment