diff options
author | François Andriot <[email protected]> | 2020-06-01 18:58:44 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2020-06-01 19:02:04 +0200 |
commit | 01c44ab26baaaa3af725828e1e6e60ae517c3e35 (patch) | |
tree | eb6e4132081b7c1660769e3ace878a924d4617e2 /redhat/applications/kkbswitch/kkbswitch.spec | |
parent | 5695f918a861024d7a5ddcf08789851b11d61ae1 (diff) | |
download | tde-packaging-01c44ab26baaaa3af725828e1e6e60ae517c3e35.tar.gz tde-packaging-01c44ab26baaaa3af725828e1e6e60ae517c3e35.zip |
RPM: various fixes for opensuse
Diffstat (limited to 'redhat/applications/kkbswitch/kkbswitch.spec')
-rw-r--r-- | redhat/applications/kkbswitch/kkbswitch.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/applications/kkbswitch/kkbswitch.spec b/redhat/applications/kkbswitch/kkbswitch.spec index 489fc406b..c6d7513ec 100644 --- a/redhat/applications/kkbswitch/kkbswitch.spec +++ b/redhat/applications/kkbswitch/kkbswitch.spec @@ -161,7 +161,7 @@ export PATH="%{tde_bindir}:${PATH}" # Updates applications categories for openSUSE %if 0%{?suse_version} -%suse_update_desktop_file -r %{tde_pkg} System TrayIcon +%suse_update_desktop_file -r "%{?buildroot}%{tde_tdeappdir}/%{tde_pkg}.desktop" System TrayIcon %endif |