This commit is contained in:
Craig Everett 2018-05-24 13:25:13 +09:00
parent e92d2b3153
commit 77f6c9b9f1
14 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@ set -x
ZOMP_DIR="$HOME/zomp" ZOMP_DIR="$HOME/zomp"
ORIGIN="$(pwd)" ORIGIN="$(pwd)"
VERSION="$(ls $ZOMP_DIR/lib/otpr-zx/ | sort --field-separator=. --reverse | head --lines=1)" VERSION="$(ls $ZOMP_DIR/lib/otpr/zx/ | sort --field-separator=. --reverse | head --lines=1)"
ZX_DIR="$ZOMP_DIR/lib/otpr-zx/$VERSION" ZX_DIR="$ZOMP_DIR/lib/otpr/zx/$VERSION"
cd "$ZX_DIR" cd "$ZX_DIR"
./zmake ./zmake

View File