Don't install developer notes in plasma_install_package
In the SDDM theme (and a few other places) I leave some notes for other developers; I need to add one to the workspace components too. As plasma_package blindly copies everything it seems to annoy packagers. Change-Id: I77765f96f1a5fb24a7788f69eae1bbffaf14210b
This commit is contained in:
parent
18b57ffc29
commit
71e9de7ce4
@ -32,6 +32,7 @@ macro(plasma_install_package dir component)
|
||||
install(DIRECTORY ${dir}/ DESTINATION ${PLASMA_DATA_INSTALL_DIR}/${root}/${component}
|
||||
PATTERN .svn EXCLUDE
|
||||
PATTERN CMakeLists.txt EXCLUDE
|
||||
PATTERN README.txt EXCLUDE
|
||||
PATTERN Messages.sh EXCLUDE
|
||||
PATTERN dummydata EXCLUDE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user