diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-18 09:44:47 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-18 10:05:52 +0200 |
commit | f1e71e68512bc58f3f41ba4566f9d1574773d742 (patch) | |
tree | da6e7c1f8769354678a75781be950d5f910b9c08 /make-tar.sh | |
parent | 14d27dd0998b18a2eb13d30c8680701a9b619a08 (diff) |
cmake: regen before making tarball
Updates timestamp as it should.
Diffstat (limited to 'make-tar.sh')
-rw-r--r-- | make-tar.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make-tar.sh b/make-tar.sh index 9d1af1f3..3e119d12 100644 --- a/make-tar.sh +++ b/make-tar.sh @@ -4,7 +4,6 @@ prefix="$1" filename="$2" bin="$3" -cmake "$bin" || exit 1 cmake --build "$bin" --target install || exit 1 if : && |