diff options
author | Martin Gysel <me@bearsh.org> | 2013-12-07 13:25:16 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-07 07:27:32 -0800 |
commit | 26dab9b5ced06695e5a8130dac42948f0cbfb915 (patch) | |
tree | 8a45c025f92a702c64f25675b8d8c59e58f1e8e9 /subsurface-install.pri | |
parent | bf88efae082eaf960a0a7f84a5afd3752b1428cb (diff) | |
download | subsurface-26dab9b5ced06695e5a8130dac42948f0cbfb915.tar.gz |
correctly install translations after a clean checkout
Signed-off-by: Martin Gysel <me@bearsh.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-install.pri')
-rw-r--r-- | subsurface-install.pri | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-install.pri b/subsurface-install.pri index d8ee34f80..1fdacbed2 100644 --- a/subsurface-install.pri +++ b/subsurface-install.pri @@ -160,6 +160,7 @@ XSLTDIR = $(DATADIR)/subsurface doc.CONFIG += no_check_exist translation.path = /$(DATADIR)/subsurface/translations + translation.CONFIG += no_check_exist INSTALLS += target desktop icon manpage xslt doc marbledir translation install.target = install |