diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-11-17 16:06:35 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-17 16:06:51 +0100 |
commit | 96f0726b226f4b404c38f998fbdd02cf728ba6e8 (patch) | |
tree | 4984d79f9a7fd23d6cb7fe67c4f4d97937cd2a0e /mimetypes | |
parent | 5bca232c7d53e3bc28dae36b0ccc9dbcbbf01fba (diff) | |
download | tdevelop-96f0726b226f4b404c38f998fbdd02cf728ba6e8.tar.gz tdevelop-96f0726b226f4b404c38f998fbdd02cf728ba6e8.zip |
Fix various cmake build issues
Diffstat (limited to 'mimetypes')
-rw-r--r-- | mimetypes/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mimetypes/CMakeLists.txt b/mimetypes/CMakeLists.txt index 00999dfd..b2684080 100644 --- a/mimetypes/CMakeLists.txt +++ b/mimetypes/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES x-fortran.desktop - DESTINATION ${MIME_INSTALL_DIR} ) + DESTINATION ${MIME_INSTALL_DIR}/text ) |