From 5cab3313315475e5f7e3888264ceed57a85ca4ec Mon Sep 17 00:00:00 2001 From: michacassola Date: Sun, 2 Jun 2024 18:49:22 +0200 Subject: [PATCH] Update unypkg-imagemagick-build.sh --- unypkg-imagemagick-build.sh | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/unypkg-imagemagick-build.sh b/unypkg-imagemagick-build.sh index d17c6f2..32d209c 100644 --- a/unypkg-imagemagick-build.sh +++ b/unypkg-imagemagick-build.sh @@ -11,7 +11,7 @@ set -vx wget -qO- uny.nu/pkg | bash -s buildsys ### Installing build dependencies -unyp install libpng libjpeg-turbo libtiff libwebp freetype libxml2 +unyp install curl libpng libjpeg-turbo libtiff libwebp freetype libxml2 #pip3_bin=(/uny/pkg/python/*/bin/pip3) #"${pip3_bin[0]}" install --upgrade pip @@ -75,18 +75,12 @@ get_include_paths #################################################### ### Start of individual build script -for dir in /uny/pkg/*/*/lib; do - cat >/etc/ld.so.conf.d/"$(echo "$dir.conf" | sed -e "s|/uny/pkg/||" -e "s|/lib||" -e "s|/|-|")" <