blob: 5cc750e65818b3a0ed57fbc2c73d1bfc5fb6c7cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/Makefile.am.orig 2007-03-31 15:43:04.000000000 +0200
+++ src/Makefile.am 2007-03-31 15:44:30.000000000 +0200
@@ -32,8 +32,7 @@
knutclient_LDADD = $(LIB_KDEUI)
# this is where the desktop file will go
-shelldesktopdir = $(kde_appsdir)/Utilities
-shelldesktop_DATA = knutclient.desktop
+xdg_apps_DATA = knutclient.desktop
# this is where the shell's XML-GUI resource file goes
shellrcdir = $(kde_datadir)/knutclient
|