Skip to content

Commit

Permalink
find ${TARGETPATH} -type f |sort
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 3, 2023
1 parent 7345cdb commit d5fb927
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions compile/build-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ RUN mkdir -p $TARGETPATH; \
sh /src/tigervnc/build.sh b_deps; \
sh /src/tigervnc/build.sh b_tiger; \
\
xx-verify --static ${TARGETPATH}/bin/Xvnc; \
xx-verify --static ${TARGETPATH}/bin/vncpasswd; \
upx ${TARGETPATH}/bin/Xvnc; \
upx ${TARGETPATH}/bin/vncpasswd
find ${TARGETPATH} -type f |sort
# xx-verify --static ${TARGETPATH}/bin/Xvnc; \
# xx-verify --static ${TARGETPATH}/bin/vncpasswd; \
# upx ${TARGETPATH}/bin/Xvnc; \
# upx ${TARGETPATH}/bin/vncpasswd

# Build xdpyprobe.
# Used to determine if the X server (Xvnc) is ready.
Expand Down

0 comments on commit d5fb927

Please sign in to comment.