Convert missing override syntax changes

This commit is contained in:
Hannah Kiekens
2022-01-29 13:26:34 +01:00
parent 96fcf9ee06
commit 7ea59f18dd
10 changed files with 13 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ DEPENDS += " \
"
# dirty hack to force the mobile version and hide the desktop one
do_install_append() {
do_install:append() {
sed -i 's/Exec=okular %U$/Exec=okularkirigami %U/g' ${D}${datadir}/applications/org.kde.okular.desktop
}