Skip to content

Commit

Permalink
Readd libcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Dec 26, 2023
1 parent 7327228 commit 4be6aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppImage/build-ratarmount-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ function trimAppImage()
"$APP_PYTHON_LIB/lib-dynload/readline.cpython-311-x86_64-linux-gnu.so"
# Remove libraries deprecated since 3.11 and to be removed in 3.13:
# https://docs.python.org/3.13/whatsnew/3.13.html#whatsnew313-pep594
# "$APP_DIR/usr/lib/libcrypt"*
'rm' -rf \
"$APP_DIR/usr/lib/libcrypt"* \
"$APP_PYTHON_LIB/aifc.py" \
"$APP_PYTHON_LIB/lib-dynlod/audioop"* \
"$APP_PYTHON_LIB/chunk.py" \
Expand Down

0 comments on commit 4be6aef

Please sign in to comment.