Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vlauciani committed Sep 12, 2024
1 parent a6d540d commit 2d4c3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN tar xvzf qlib2.2019.365.tar.gz \
&& ARCHITECTURE=$(uname -m) \
&& if [ "${ARCHITECTURE}" = "aarch64" ]; then \
sed -e 's|C64\s=.*|C64 = |' Makefile > Makefile.new \
&& mv Makefile.new Makefile \
&& mv Makefile.new Makefile ; \
fi \
&& mkdir /usr/local/share/man/man3/ \
&& mkdir /usr/local/lib64 \
Expand All @@ -98,7 +98,7 @@ RUN tar xvzf qmerge.2014.329.tar.gz \
&& ARCHITECTURE=$(uname -m) \
&& if [ "${ARCHITECTURE}" = "aarch64" ]; then \
sed -e 's|^CC.*|CC = cc -Wall|' Makefile > Makefile.new \
&& mv Makefile.new Makefile \
&& mv Makefile.new Makefile ; \
fi \
&& make clean \
&& make install \
Expand Down

0 comments on commit 2d4c3c9

Please sign in to comment.