We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52dd4e5 commit 26a1fb1Copy full SHA for 26a1fb1
1 file changed
ttfautohint-build.sh
@@ -34,16 +34,16 @@
34
#
35
36
OS="$(uname -s)"
37
-BUILD_DIR="ttfautohint-build"
38
39
# The build directory.
+BUILD_DIR="ttfautohint-build"
40
if [[ "$OS" == "Darwin"* ]]; then
41
BUILD="$HOME/Library/Caches/$BUILD_DIR"
42
elif [[ "$OS" == "Linux"* ]]; then
43
BUILD="${XDG_CACHE_HOME:-$HOME/.cache}/$BUILD_DIR"
44
else
45
echo "warn: OS not recognized"
46
- BUILD_PATH="$HOME/ttfautohint-build"
+ BUILD="$HOME/$BUILD_DIR"
47
fi
48
INST="$BUILD/local"
49
0 commit comments