mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-30 23:37:02 +00:00
forgot the dot
This commit is contained in:
parent
11e84b17e0
commit
9e53cea7ff
|
|
@ -3,7 +3,7 @@ set -euo pipefail
|
|||
VERSION="0.0.0" # man we're using nightly :sob:
|
||||
SOURCE_DIR="${1:-.}"
|
||||
BUILD_TYPE="${2:-Release}"
|
||||
XWIN_CACHE="${XWIN_CACHE:-$PWD/xwin}"
|
||||
XWIN_CACHE="${XWIN_CACHE:-$PWD/.xwin}"
|
||||
INSTALL_DIR="${INSTALL_PREFIX:-$HOME/.local/share/evolved-lce}"
|
||||
RED='\033[0;31m'
|
||||
GREEN='\033[0;32m'
|
||||
|
|
|
|||
Loading…
Reference in a new issue