trim + fixes

This commit is contained in:
2025-09-18 12:21:01 +03:00
parent 35fafb1ca6
commit 28ba2135ec
10 changed files with 139 additions and 25 deletions

View File

@ -11,6 +11,7 @@ SCRIPT_DIR=$(dirname "$(readlink -f "$0")")
echo "Установка в '$INSTALL_PATH'..."
AEROPKG_HOME=$INSTALL_PATH cargo install --path . --root "$INSTALL_PATH"
patchelf --set-interpreter /pkg/gnu/glibc/lib/ld-linux-x86-64.so.2 /pkg/gnu/aeropkg/bin/pkg
if [ $? -ne 0 ]; then
echo "Ошибка при установке."