diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-25 13:18:08 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-25 13:23:26 +0900 |
| commit | 5f3a4bea3496e8a69a01ff72868386c9378d4a69 (patch) | |
| tree | e55acc5b1e5759b2492d74c63ab3a25081575337 | |
| parent | 8713a53b0fda2afce7096069b4977be40a7e726d (diff) | |
| download | ksystemlog-5f3a4bea3496e8a69a01ff72868386c9378d4a69.tar.gz ksystemlog-5f3a4bea3496e8a69a01ff72868386c9378d4a69.zip | |
Moved desktop files from appslnk to applications/tde folder.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 88ce544d068af213f2add8f4fae8f2f48fa86d36)
| -rw-r--r-- | ksystemlog/src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ksystemlog/src/Makefile.am b/ksystemlog/src/Makefile.am index ca8b625..4880339 100644 --- a/ksystemlog/src/Makefile.am +++ b/ksystemlog/src/Makefile.am @@ -49,9 +49,9 @@ messages: rc.cpp KDE_ICON = AUTO -# this is where the kdelnk file will go -kdelnkdir = $(kde_appsdir)/Utilities -kdelnk_DATA = ksystemlog.desktop +# this is where the desktop file will go +shelldesktopdir = $(xdg_appsdir) +shelldesktop_DATA = ksystemlog.desktop # this is where the XML-GUI resource file goes rcdir = $(kde_datadir)/ksystemlog |
