summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-03-07 00:30:06 +0100
committerStanislaw Halik <sthalik@misaki.pl>2016-03-07 00:35:39 +0100
commit3b6f242c516926f30c213e41d66c8cf5c60b9aab (patch)
treec51719b1922f3b3686c009dd46f25adad9310fbc
parentd19fa45721dd717c306018b1aea8e86ebff2bd71 (diff)
make-tar: don't assume cmake is in path
-rw-r--r--make-tar.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/make-tar.sh b/make-tar.sh
index abb83fdd..838300fc 100644
--- a/make-tar.sh
+++ b/make-tar.sh
@@ -6,8 +6,6 @@ bin="$3"
branch="$(git rev-parse --abbrev-ref HEAD)"
-cmake --build "$bin" --target install -- -j4 || exit 1
-
if : &&
cd $(dirname -- "${prefix}") &&
zip -9r "${filename}" $(basename "${prefix}")