move dependencies from root directory

This commit is contained in:
alexey.lysiuk 2020-04-25 10:13:58 +03:00
parent 7c48a183ab
commit 9c00d73a6f
377 changed files with 4 additions and 4 deletions

View file

@ -2,9 +2,9 @@
set -o errexit
DEPS_DIR=$(cd "${0%/*}"; pwd)/
cd "${0%/*}"
cd "${DEPS_DIR}"
DEPS_DIR=$(pwd)/deps/
if [ ! -e gzdoom ]; then
if [ ! -z "${GITHUB_ACTIONS}" ]; then

View file

@ -2,9 +2,9 @@
set -o errexit
DEPS_DIR=$(cd "${0%/*}"; pwd)/
cd "${0%/*}"
cd "${DEPS_DIR}"
DEPS_DIR=$(pwd)/deps/
if [ ! -e raze ]; then
if [ ! -z "${GITHUB_ACTIONS}" ]; then

Some files were not shown because too many files have changed in this diff Show more