summaryrefslogtreecommitdiffstats
path: root/kviewshell
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-10 15:17:17 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-10 15:17:17 +0200
commit7b9383c9299f8e5edab992f8b7a91762a96dceac (patch)
tree119b4ed2a257b5e2666f30ab82196e6c6653fe44 /kviewshell
parent837dbafbea0c7f7bc73d27fda684ea2dededd547 (diff)
downloadtdegraphics-7b9383c9299f8e5edab992f8b7a91762a96dceac.tar.gz
tdegraphics-7b9383c9299f8e5edab992f8b7a91762a96dceac.zip
Fix typo in prior commit.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kviewshell')
-rw-r--r--kviewshell/CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kviewshell/CMakeL10n.txt b/kviewshell/CMakeL10n.txt
index ab95fd8a..512902e6 100644
--- a/kviewshell/CMakeL10n.txt
+++ b/kviewshell/CMakeL10n.txt
@@ -10,5 +10,5 @@ tde_l10n_auto_add_subdirectories( )
tde_l10n_create_template(
CATALOG "desktop_files/kviewshell-desktops/"
SOURCES *.desktop
- DESTNATION "${CMAKE_SOURCE_DIR}/translations"
+ DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)