From: Ladislav Hagara <ladislav.hagara AT unob.cz>
To: Thomas Orgis <sobukus AT sourcemage.org>, <sm-commit AT lists.ibiblio.org>
Subject: Re: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (f9f1be7202cdefec3b734570d0d4de7d97bde22b)
Date: Thu, 20 Aug 2015 13:46:22 +0200
> GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:
>
> x11-toolkits/qt4/FINAL | 8 ++++++++
> x11-toolkits/qt4/HISTORY | 4 ++++
> 2 files changed, 12 insertions(+)
>
> New commits:
> commit f9f1be7202cdefec3b734570d0d4de7d97bde22b
> Author: Thomas Orgis <sobukus AT sourcemage.org>
> Commit: Thomas Orgis <sobukus AT sourcemage.org>
>
> qt4: add /opt/qt4/lib to ld.so.conf
>
> diff --git a/x11-toolkits/qt4/FINAL b/x11-toolkits/qt4/FINAL
> new file mode 100755
> index 0000000..740ba8c
> --- /dev/null
> +++ b/x11-toolkits/qt4/FINAL
> @@ -0,0 +1,8 @@
> +# I'm rather confused if INSTALL_ROOT or TRACK_ROOT makes sense here.
> +# Do you want the path to a budding chroot here? Every use of these
> +# variables may be too tricky to cover here.
> +if ! grep -q qt4 /etc/ld.so.conf;then
> + message "${MESSAGE_COLOR}Adding qt4 lib directory to
> ld.so.conf$DEFAULT_COLOR"
> + echo "/opt/qt4/lib" >> /etc/ld.so.conf
> + ldconfig
> +fi