slackbuilds_ponce/games/OpenRA/fetch-thirdparty-deps.sh.new
khronosschoty e791329df1 games/OpenRA: Added (modernized recreation of the classic RTS C&C).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-08-26 07:20:05 +07:00

18 lines
340 B
Bash

#!/bin/sh
####
# This file must stay /bin/sh and POSIX compliant for BSD portability.
# Copy-paste the entire script into http://shellcheck.net to check.
####
# Die on any error for Travis CI to automatically retry:
set -e
download_dir="${0%/*}/download"
mkdir -p "${download_dir}"
cd "${download_dir}"
cd ..
tar -xvf download.tar.gz