diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-21 19:46:04 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-21 19:46:04 -0500 |
commit | 48a05a0f887545e61b799e48a206ede341cb925a (patch) | |
tree | 903d1d4ab9c4534466f49fd78fdcd7ab45a93985 /CMakeLists.txt | |
parent | 0e4a16d727b7f5a271d47c94606f6284f7601993 (diff) | |
download | tdevelop-48a05a0f887545e61b799e48a206ede341cb925a.tar.gz tdevelop-48a05a0f887545e61b799e48a206ede341cb925a.zip |
Change naming prefix of XDG menu related files from kde -> tde.
Avoids potential conflicts with other XDG menuing schemes.
Partially resolves bug report 892.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 426a07c6..da5df6f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -140,7 +140,7 @@ install( FILES DESTINATION ${XDG_APPS_INSTALL_DIR} ) install( FILES - kde-development-tdevelop.directory + tde-development-tdevelop.directory DESTINATION ${XDG_DIRECTORY_INSTALL_DIR} ) install( FILES |