fix typo in checkout

This commit is contained in:
thelamer 2025-05-10 10:35:35 -04:00
parent be8d626090
commit d77717159f
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ RUN \
echo "**** build kasmvnc ****" && \
git clone https://github.com/kasmtech/KasmVNC.git src && \
cd /src && \
git checkout -f ${KASMVNC_release} && \
git checkout -f ${KASMVNC_RELEASE} && \
sed -i \
-e '/find_package(FLTK/s@^@#@' \
-e '/add_subdirectory(tests/s@^@#@' \

View File

@ -131,7 +131,7 @@ RUN \
echo "**** build kasmvnc ****" && \
git clone https://github.com/kasmtech/KasmVNC.git src && \
cd /src && \
git checkout -f ${KASMVNC_release} && \
git checkout -f ${KASMVNC_RELEASE} && \
sed -i \
-e '/find_package(FLTK/s@^@#@' \
-e '/add_subdirectory(tests/s@^@#@' \