Summary: | kcontrol installs keyboard test files in wrong location | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Andrea Scarpino <scarpino> |
Component: | kcm_keyboard | Assignee: | Andriy Rysin <arysin> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | kde, rdieter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrea Scarpino
2011-11-22 00:03:54 UTC
this is because there is an error in kcontrol/keyboard/tests/CMakeLists.txt install( DIRECTORY config DESTINATION ${CMAKE_CURRENT_BINARY_DIR} ) what should be the good behaviour ? not to install test ? or if we need to install, where should it be ? Git commit ecb88c2d999b5a69eda67b72b8e2a74cb56ee331 by Christophe Giboudeaux. Committed on 22/11/2011 at 02:53. Pushed by cgiboudeaux into branch 'master'. Don't install files in the build dir. BUG: 287212 M +3 -1 kcontrol/keyboard/tests/CMakeLists.txt http://commits.kde.org/kde-workspace/ecb88c2d999b5a69eda67b72b8e2a74cb56ee331 |