make sure distcheck runs

pull/431/head
bradh352 3 years ago
parent 04cba3fb3c
commit e84c46e985
  1. 2
      ci/distcheck.sh

@ -8,7 +8,7 @@ elif [ "$CIRRUS_OS" != "" ]; then
OS="$CIRRUS_OS"
fi
if [ "$BUILD_TYPE" = "normal" -a "$OS" = "linux" ]; then
if [ "$OS" = "linux" ]; then
# Make distribution tarball
./maketgz 99.98.97
# Extract distribution tarball for building

Loading…
Cancel
Save