Skip to content

Commit

Permalink
.cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 3, 2023
1 parent 566d4d1 commit dad58e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile/src/tigervnc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ XKBCOMP_URL=https://www.x.org/releases/individual/app/xkbcomp-${XKBCOMP_VERSION}
# set -u; err if not exist
test -z "$TARGETPATH" && export TARGETPATH=/opt/base
# rm -rf $LOGS; #avoid deleted @batch-mode
CACHE=$TARGETPATH/../cache; LOGS=$TARGETPATH/../logs; mkdir -p $CACHE $LOGS
CACHE=$TARGETPATH/../.cache; LOGS=$TARGETPATH/../.logs; mkdir -p $CACHE $LOGS
function down_catfile(){
url=$1
file=${url##*/}
Expand Down

0 comments on commit dad58e0

Please sign in to comment.