Skip to content

Commit

Permalink
fix /tmp/libxrandr
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 4, 2023
1 parent 337f7e4 commit e866616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile/src/xrdp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function libxrandr(){
mkdir /tmp/libxrandr
log "Downloading libXrandr..."
# curl -# -L -f ${LIBXRANDR_URL} | tar -xJ --strip 1 -C /tmp/libxrandr
down_catfile ${LIBXRANDR_URL} | tar -xJ --strip 1 -C /tmp/fdkaac
down_catfile ${LIBXRANDR_URL} | tar -xJ --strip 1 -C /tmp/libxrandr
log "Configuring libXrandr..."
(
cd /tmp/libxrandr && LDFLAGS= ./configure \
Expand Down

0 comments on commit e866616

Please sign in to comment.