From 0c0f97cc4bd8ff18c4825a3902c0348e76246c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Fri, 2 Jun 2023 09:02:22 +0200 Subject: [PATCH] Run ldconfig at end --- build-soft-latest.sh | 2 ++ build-soft-stable.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/build-soft-latest.sh b/build-soft-latest.sh index a757d05..c0f0706 100755 --- a/build-soft-latest.sh +++ b/build-soft-latest.sh @@ -66,6 +66,8 @@ cd ../build-kstars make -j $JOBS || { echo "KStars compilation failed"; exit 1; } sudo make install || { echo "KStars installation failed"; exit 1; } +sudo ldconfig + exit cd "$ROOTDIR" [ ! -d "phd2" ] && git clone --depth=1 https://github.com/OpenPHDGuiding/phd2.git diff --git a/build-soft-stable.sh b/build-soft-stable.sh index 0e45e3d..f0b7a74 100755 --- a/build-soft-stable.sh +++ b/build-soft-stable.sh @@ -77,6 +77,8 @@ cd ../build-kstars make -j $JOBS || { echo "KStars compilation failed"; exit 1; } sudo make install || { echo "KStars installation failed"; exit 1; } +sudo ldconfig + exit cd "$ROOTDIR" [ ! -d "phd2" ] && git clone --depth=1 https://github.com/OpenPHDGuiding/phd2.git