Fix kf5_kconfig_compiler

This commit is contained in:
j1nx 2022-12-10 19:30:11 +01:00
parent 124de8e253
commit 7e816c4452
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ KF5_KCONFIG_CONF_OPTS = -DCMAKE_CXX_FLAGS="$(KF5_KCONFIG_CXXFLAGS)"
KF5_KCONFIG_POST_INSTALL_STAGING_HOOKS = KF5_KCONFIG_COMPILER_FIX
define KF5_KCONFIG_COMPILER_FIX
cp /usr/lib/libexec/kf5/kconfig_compiler_kf5 $(STAGING_DIR)/usr/lib/libexec/
cp /usr/lib/libexec/kf5/kconfig_compiler_kf5 $(STAGING_DIR)/usr/lib/libexec/kf5/
endef
$(eval $(cmake-package))