summaryrefslogtreecommitdiffstats
path: root/KDE5_FUNCTIONS
diff options
context:
space:
mode:
authorTreeve Jelbert2020-02-13 16:42:04 +0100
committerTreeve Jelbert2020-02-18 20:47:02 +0100
commit9619ba7185d607c25a2bb733d6a249763194ccd9 (patch)
tree8a7921646f4fbaadd0a2890e4317bf89e92e7d77 /KDE5_FUNCTIONS
parentbba666ff587a2538be8ea34cb538249589cd9cae (diff)
install kde5* to /usr
Diffstat (limited to 'KDE5_FUNCTIONS')
-rwxr-xr-xKDE5_FUNCTIONS4
1 files changed, 2 insertions, 2 deletions
diff --git a/KDE5_FUNCTIONS b/KDE5_FUNCTIONS
index ba2a763b99..302b4c6f99 100755
--- a/KDE5_FUNCTIONS
+++ b/KDE5_FUNCTIONS
@@ -1,5 +1,5 @@
-KF5DIR=$QT5DIR
-export XDG_DATA_DIRS=$KF5DIR/share:/usr/share
+KF5DIR="$INSTALL_ROOT/usr"
+export XDG_DATA_DIRS=/usr/share
#---------------------------------------------------------------------
function kde5_build() {