Skip to content

Commit

Permalink
ROOT_DEST_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 3, 2023
1 parent f2019eb commit 666fc16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compile/src/tigervnc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"

# set -u; err if not exist
test -z "$TARGETPATH" && export TARGETPATH=/opt/base
DEST_DIR="/" #/tmp/xx-install> /
ROOT_DEST_DIR="/" #/tmp/xx-install> /
XKB_DEST_DIR="/tmp/xkb-install" #final: /tmp/xkb-install/usr/local/share/X11/xkb> /usr/local/static/tigervnc/usr/local/share/X11/xkb
XKB_REF_PATH=$TARGETPATH
INS_PREFIX=$TARGETPATH
Expand Down Expand Up @@ -398,10 +398,10 @@ log "Compiling TigerVNC server..."
make -C /tmp/tigervnc/unix/xserver -j$(nproc)

log "Installing TigerVNC server..."
make DESTDIR=$DEST_DIR -C /tmp/tigervnc/unix/xserver install
make DESTDIR=$ROOT_DEST_DIR -C /tmp/tigervnc/unix/xserver install

log "Installing TigerVNC vncpasswd tool..."
make DESTDIR=$DEST_DIR -C /tmp/tigervnc/unix/vncpasswd install
make DESTDIR=$ROOT_DEST_DIR -C /tmp/tigervnc/unix/vncpasswd install
}

#
Expand Down Expand Up @@ -484,7 +484,7 @@ log "Compiling xkbcomp..."
make -C /tmp/xkbcomp -j$(nproc)

log "Installing xkbcomp..."
make DESTDIR=$DEST_DIR -C /tmp/xkbcomp install
make DESTDIR=$ROOT_DEST_DIR -C /tmp/xkbcomp install
}


Expand Down

0 comments on commit 666fc16

Please sign in to comment.