From e7a15a3913b30e60da1119b0dc92b4953fe86a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Mon, 23 Jan 2012 12:27:45 +0100 Subject: easy_e17.sh: call ldconfig before building azy (make install needs it) --- easy_e17.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/easy_e17.sh b/easy_e17.sh index eb5a62f..fb2c13e 100755 --- a/easy_e17.sh +++ b/easy_e17.sh @@ -1212,6 +1212,7 @@ function build_each () fi done if [ $must -eq 1 ]; then + [ "$pkg" = "azy" ] && echo "$sudopwd" | sudo -S ldconfig compile $pkg else echo "SKIPPED" -- cgit v1.1-2-g2b99