aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
diff options
context:
space:
mode:
authorq5sys <jt@obs-sec.com>2017-08-01 14:11:47 -0400
committerq5sys <jt@obs-sec.com>2017-08-01 14:11:47 -0400
commit6205f2aea8c5a7e881193e2e5b38377f9de9a35d (patch)
tree53304c944e42703292b260141f2f6e7a94983776 /src-qt5
parentMerge branch 'master' of github.com:trueos/lumina (diff)
downloadlumina-6205f2aea8c5a7e881193e2e5b38377f9de9a35d.tar.gz
lumina-6205f2aea8c5a7e881193e2e5b38377f9de9a35d.tar.bz2
lumina-6205f2aea8c5a7e881193e2e5b38377f9de9a35d.zip
fix default prefix path
Diffstat (limited to 'src-qt5')
-rw-r--r--src-qt5/core/lumina-theme-engine/lthemeengine.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-theme-engine/lthemeengine.pro b/src-qt5/core/lumina-theme-engine/lthemeengine.pro
index d8ba709e..805bab7b 100644
--- a/src-qt5/core/lumina-theme-engine/lthemeengine.pro
+++ b/src-qt5/core/lumina-theme-engine/lthemeengine.pro
@@ -11,7 +11,7 @@ desktop.path=$${L_SHAREDIR}/applications/
#Install paths
unix {
isEmpty(PREFIX) {
- PREFIX = /usr
+ PREFIX = /usr/local
}
isEmpty(PLUGINDIR) {
PLUGINDIR = $$[QT_INSTALL_PLUGINS]
bgstack15