Bug 340311

Summary: CMake does not respect LIBEXEC_INSTALL_DIR
Product: [Unmaintained] Baloo Reporter: Andrea Scarpino <scarpino>
Component: GeneralAssignee: Vishesh Handa <me>
Status: RESOLVED DOWNSTREAM    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.1.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.