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
_build:
mkdir -p $@/src/${PKG}
tar -cf - --exclude $@ --exclude .git . | \
(cd $@/src/${PKG} && tar -xf -)
tar -cf - --exclude $@ --exclude .git . | (cd $@/src/${PKG} && tar -xf -)
touch $@
.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