[Lunar-commits] <moonbase-other> qt5: Fixing the bindir

Dennis Veatch dennisveatch at bellsouth.net
Mon Sep 15 19:17:20 CEST 2014


On 09/14/2014 10:11 AM, v4hn wrote:
> On Sun, Sep 14, 2014 at 02:46:53PM +0200, Dennis Veatch wrote:
>> commit 8d62aaca31b3f3dc45289f45803988870b4e1f7d
>> Author: Dennis Veatch <dennisveatch at bellsouth.net>
>> Date: Sun, 14 Sep 2014 08:46:30 -0400
>> URL: https://github.com/lunar-linux/moonbase-other/commit/8d62aaca31b3f3dc45289f45803988870b4e1f7d
>>
>> qt5: Fixing the bindir
>> ---
>> [...]
>> --- a/zbeta/qt5/BUILD
>> +++ b/zbeta/qt5/BUILD
>> @@ -19,7 +19,7 @@
>>     ./configure  -confirm-license "${LICENSE_TYPE}"                            \
>>                  -prefix "${MODULE_PREFIX}"                                    \
>>                  -sysconfdir "/etc/xdg"                                        \
>> -               -bindir "${MODULE_PREFIX}/lib/$MODULE/bin"                    \
>> +               -bindir "${MODULE_PREFIX}/bin/$MODULE"                        \
>>                  -libdir "${MODULE_PREFIX}/lib/$MODULE"                        \
>>                  -archdatadir "${MODULE_PREFIX}/lib/$MODULE"                   \
> I'm sorry, is there anyone else around here
> who does not consider that to be a fix?
>
> /usr/bin is _not_ supposed to have subfolders ttbomk.
> @Dennis: What was the particular reason for you to change that path?
>
> In my opinion the binaries should stay in /usr/lib/qt5/bin for now
> or should be moved to /usr/libexec/qt5.
>
>
> v4hn
>
I don't like the idea either but I am even less fond of binaries living 
in /usr/lib.

dveatch



More information about the Lunar-dev mailing list