aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/releng/makerel.sh
diff options
context:
space:
mode:
Diffstat (limited to 'releng/makerel.sh')
-rwxr-xr-xreleng/makerel.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/releng/makerel.sh b/releng/makerel.sh
index 75d1f8c..259a2f9 100755
--- a/releng/makerel.sh
+++ b/releng/makerel.sh
@@ -21,5 +21,6 @@ rm -rf build
21tar cvf opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar opensim-$OPENSIMMAJOR.$OPENSIMMINOR/* 21tar cvf opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar opensim-$OPENSIMMAJOR.$OPENSIMMINOR/*
22gzip opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar 22gzip opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar
23 23
24rm -rf opensim-$OPENSIMMAJOR.$OPENSIMMINOR
24echo "Produced binary tarball ready for distribution." 25echo "Produced binary tarball ready for distribution."
25 26