mirror of
https://git.coolaj86.com/coolaj86/telebit.js.git
synced 2025-04-21 19:40:37 +00:00
update tmpdir
This commit is contained in:
parent
4d6f51f204
commit
39e6c98bed
@ -108,7 +108,9 @@ else
|
|||||||
fi
|
fi
|
||||||
TELEBIT_PATH="$TELEBIT_REAL_PATH"
|
TELEBIT_PATH="$TELEBIT_REAL_PATH"
|
||||||
TELEBIT_TMP="$TELEBIT_REAL_PATH"
|
TELEBIT_TMP="$TELEBIT_REAL_PATH"
|
||||||
my_tmp="$(mktemp -d)"
|
# this works slightly differently between bsd (macOS) and gnu mktemp
|
||||||
|
# bsd requires the Xes for templates while GNU uses them literally
|
||||||
|
my_tmp="$(mktemp -d -t telebit.XXXXXXXX)"
|
||||||
#TELEBIT_TMP="$my_tmp/telebit"
|
#TELEBIT_TMP="$my_tmp/telebit"
|
||||||
|
|
||||||
echo "Installing $my_name to '$TELEBIT_REAL_PATH'"
|
echo "Installing $my_name to '$TELEBIT_REAL_PATH'"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user