Commit cee86a22 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Fix tar exclude

parent 646de543
......@@ -21,7 +21,7 @@ install: gitlab-workhorse gitlab-zip-cat gitlab-zip-metadata
_build:
mkdir -p $@/src/${PKG}
tar -cf - --exclude src --exclude .git . | \
tar -cf - --exclude $@ --exclude .git . | \
(cd $@/src/${PKG} && tar -xf -)
touch $@
......
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