diff options
author | Ken Moore <moorekou@gmail.com> | 2016-06-20 13:58:17 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-06-20 13:58:17 -0400 |
commit | 856ebd8573b47ceea711f306902bed67736160de (patch) | |
tree | 5d96c96fe093491c76e0191b7e4cebdd09e75b0a /src-qt5/desktop-utils/lumina-textedit/lumina-textedit.pro | |
parent | Fix where localization files get installed via the main source tree (accounts... (diff) | |
download | lumina-856ebd8573b47ceea711f306902bed67736160de.tar.gz lumina-856ebd8573b47ceea711f306902bed67736160de.tar.bz2 lumina-856ebd8573b47ceea711f306902bed67736160de.zip |
Have lumina-textedit also create a sym-link called "lte" for the lumina-textedit binary. This makes it a lot easier to use the editor from the command line.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-textedit/lumina-textedit.pro')
-rw-r--r-- | src-qt5/desktop-utils/lumina-textedit/lumina-textedit.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-textedit/lumina-textedit.pro b/src-qt5/desktop-utils/lumina-textedit/lumina-textedit.pro index db568a3e..9db0db68 100644 --- a/src-qt5/desktop-utils/lumina-textedit/lumina-textedit.pro +++ b/src-qt5/desktop-utils/lumina-textedit/lumina-textedit.pro @@ -92,7 +92,10 @@ dotrans.extra=cd i18n && $${LRELEASE} -nounfinished *.ts && cp *.qm $(INSTALL_RO desktop.files=lumina-textedit.desktop desktop.path=$${L_SHAREDIR}/applications/ -INSTALLS += target desktop +link.path=$${L_BINDIR} +link.extra=ln -sf $${L_BINDIR}/lumina-textedit $${L_BINDIR}/lte + +INSTALLS += target desktop link WITH_I18N{ INSTALLS += dotrans |