diff options
author | Ken Moore <moorekou@gmail.com> | 2016-06-20 13:38:38 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-06-20 13:38:38 -0400 |
commit | 7f92e574ec375bb323808f69afbab91351971f9b (patch) | |
tree | d1b69fd1e6fbc6054f2903d4aaf01847796ef6f0 /src-qt5/desktop-utils/lumina-fm/lumina-fm.pro | |
parent | Update the README a bit. (diff) | |
download | lumina-7f92e574ec375bb323808f69afbab91351971f9b.tar.gz lumina-7f92e574ec375bb323808f69afbab91351971f9b.tar.bz2 lumina-7f92e574ec375bb323808f69afbab91351971f9b.zip |
Fix where localization files get installed via the main source tree (accounts for the change to SHARE/lumina-desktop rather than SHARE/Lumina-DE).
Also fix the wallpaper dir detection routine within lumina-config (same issue - install dir change broke the path detection).
Diffstat (limited to 'src-qt5/desktop-utils/lumina-fm/lumina-fm.pro')
-rw-r--r-- | src-qt5/desktop-utils/lumina-fm/lumina-fm.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/desktop-utils/lumina-fm/lumina-fm.pro b/src-qt5/desktop-utils/lumina-fm/lumina-fm.pro index 32077e3a..e47ba2f6 100644 --- a/src-qt5/desktop-utils/lumina-fm/lumina-fm.pro +++ b/src-qt5/desktop-utils/lumina-fm/lumina-fm.pro @@ -102,8 +102,8 @@ TRANSLATIONS = i18n/lumina-fm_af.ts \ i18n/lumina-fm_zh_TW.ts \ i18n/lumina-fm_zu.ts -dotrans.path=$${L_SHAREDIR}/Lumina-DE/i18n/ -dotrans.extra=cd i18n && $${LRELEASE} -nounfinished *.ts && cp *.qm $(INSTALL_ROOT)$${L_SHAREDIR}/Lumina-DE/i18n/ +dotrans.path=$${L_SHAREDIR}/lumina-desktop/i18n/ +dotrans.extra=cd i18n && $${LRELEASE} -nounfinished *.ts && cp *.qm $(INSTALL_ROOT)$${L_SHAREDIR}/lumina-desktop/i18n/ desktop.files=lumina-fm.desktop desktop.path=$${L_SHAREDIR}/applications/ |