diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-23 12:27:45 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-23 12:27:45 +0100 |
commit | e7a15a3913b30e60da1119b0dc92b4953fe86a35 (patch) | |
tree | a539562b87efe80404de5eb2ef9650b21c63d272 | |
parent | d6aa9fc2ab9e2a3de12255fc9c204b13ef296a6c (diff) | |
download | bin-e7a15a3913b30e60da1119b0dc92b4953fe86a35.zip bin-e7a15a3913b30e60da1119b0dc92b4953fe86a35.tar.gz |
easy_e17.sh: call ldconfig before building azy (make install needs it)
-rwxr-xr-x | easy_e17.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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" |