Fix plasmoidheading.svgz being installed to the wrong place
This was causing it to not show up for people using the Breeze Dark Plasma theme (but not the default Plasma theme with a dark color scheme) BUG: 426537 FIXED-IN: 5.75 CCMAIL: vonreth@kde.org
This commit is contained in:
parent
2f78dfb9d9
commit
7f9fe64f9b
@ -10,5 +10,5 @@ install(
|
||||
)
|
||||
install(
|
||||
FILES ${PROJECT_BINARY_DIR}/src/desktoptheme/breeze/default.gzipped/widgets/plasmoidheading.svgz
|
||||
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-dark
|
||||
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-dark/widgets
|
||||
)
|
||||
|
@ -10,5 +10,5 @@ install(
|
||||
)
|
||||
install(
|
||||
FILES ${PROJECT_BINARY_DIR}/src/desktoptheme/breeze/default.gzipped/widgets/plasmoidheading.svgz
|
||||
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-light
|
||||
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-light/widgets
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user