Bug 405177 - krusader tries to install itself to /Applications/KDE/
Summary: krusader tries to install itself to /Applications/KDE/
Status: RESOLVED INTENTIONAL
Alias: None
Product: krusader
Classification: Applications
Component: general (other bugs)
Version First Reported In: 2.7.1
Platform: Homebrew (macOS) macOS
: NOR normal
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-07 13:52 UTC by Yurii Kolesnykov
Modified: 2019-03-17 22:27 UTC (History)
2 users (show)

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 Yurii Kolesnykov 2019-03-07 13:52:01 UTC
Can't build krusader formula, because it violates brew sandbox limitations.


STEPS TO REPRODUCE
1. make install

OBSERVED RESULT
CMake Error at krusader/cmake_install.cmake:44 (file):
  file INSTALL cannot make directory "/Applications/KDE/krusader.app": No
  such file or directory

EXPECTED RESULT
krusader doesn't try to install itself to global app folder, honors prefix.

SOFTWARE/OS VERSIONS
MacOS: 10.14
KDE Frameworks Version: 5.55
Qt Version: 5.12.1
Comment 1 Yurii Kolesnykov 2019-03-17 22:27:42 UTC
Needs args << "-DCMAKE_INSTALL_BUNDLEDIR=#{bin}"