Bug 340311 - CMake does not respect LIBEXEC_INSTALL_DIR
Summary: CMake does not respect LIBEXEC_INSTALL_DIR
Status: RESOLVED DOWNSTREAM
Alias: None
Product: Baloo
Classification: Unmaintained
Component: General (other bugs)
Version First Reported In: 5.1.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Vishesh Handa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-24 18:35 UTC by Andrea Scarpino
Modified: 2014-10-26 21:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrea Scarpino 2014-10-24 18:35:37 UTC
There is no way to overwrite the libexec destination dir in baloo-frameworks.

Reproducible: Always

Steps to Reproduce:
1. cmake -DLIBEXEC_INSTALL_DIR=foo .
2. make
3. make DESTDIR=bar install

Actual Results:  
there's bar/usr/local/lib/libexec

Expected Results:  
there should be bar/usr/local/foo

baloo 5.1.0
Comment 1 Andrea Scarpino 2014-10-26 21:26:20 UTC
It uses kauth libexec path.