Skip to content

Commit

Permalink
compile2: 21.1.7.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 14, 2023
1 parent bc56353 commit 8bdaa7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deb12/src/Dockerfile.compile2
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ RUN mkdir -p /usr/local/tigervnc; \
\
mkdir -p /build; \
tar -zxf tigervnc-1.13.1.tar.gz -C /build/; \
tar -jxf xorg-server-21.1.7.tar.bz2 --strip-components=1 -C /build/tigervnc-1.13.1/unix/xserver/; \
# tar -jxf xorg-server-1.20.7.tar.bz2
tar -zxf xorg-server-21.1.7.tar.gz --strip-components=1 -C /build/tigervnc-1.13.1/unix/xserver/; \
# \cp -a tigervnc-1.13.1-configuration_fixes-1.patch /build/; \
\
ls /build/tigervnc-1.13.1/unix/xserver/
Expand Down

0 comments on commit 8bdaa7d

Please sign in to comment.