aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools/make_tarball.sh
diff options
context:
space:
mode:
authorGravatar David Adam (zanchey) <zanchey@ucc.gu.uwa.edu.au>2013-09-02 20:08:46 +0800
committerGravatar David Adam (zanchey) <zanchey@ucc.gu.uwa.edu.au>2013-09-02 20:08:46 +0800
commit8159f55243e79f7107c09047e7d6b9e36f6ababf (patch)
tree64e0936d508e05086a8153bd24d4cb8dc891be4e /build_tools/make_tarball.sh
parentcca60adc35c228178421c386b12d737048246877 (diff)
git version generation fixes
- Remove the `version` file created for the tarball after the tarball is finished - Use the builtin type instead of which.
Diffstat (limited to 'build_tools/make_tarball.sh')
-rwxr-xr-xbuild_tools/make_tarball.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_tools/make_tarball.sh b/build_tools/make_tarball.sh
index 77d78c67..54398b13 100755
--- a/build_tools/make_tarball.sh
+++ b/build_tools/make_tarball.sh
@@ -42,6 +42,7 @@ ln -s "$wd" "$prefix"
gnutar --append --file="$path" "$prefix"/user_doc/html
gnutar --append --file="$path" "$prefix"/share/man
gnutar --append --file="$path" "$prefix"/version
+rm -f "$prefix"/version
rm -f "$prefix"
# gzip it