Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kde5.git;a=commitdiff;h=a7df667bd9c855dcdf0dae7804206da420024a22

commit a7df667bd9c855dcdf0dae7804206da420024a22
Author: Melko <[email protected]>
Date:   Mon Aug 11 22:44:26 2014 +0200

kde.sh: change install path for config files

diff --git a/source/include/kde.sh b/source/include/kde.sh
index 1b63bc1..771fe03 100644
--- a/source/include/kde.sh
+++ b/source/include/kde.sh
@@ -182,11 +182,19 @@ esac

_F_KDE_LD_FLAGS="-Wl,--no-undefined -Wl,--as-needed"

-_F_cmake_confopts="$_F_cmake_confopts \
+if [ -z "$_F_kde_project" ]; then
+       _F_cmake_confopts="$_F_cmake_confopts \
-DCONFIG_INSTALL_DIR=/etc/kde/config \
-DKCFG_INSTALL_DIR=/etc/kde/config.kcfg \
-DICON_INSTALL_DIR=/usr/share/kde/icons \
-DKDE_DISTRIBUTION_TEXT='Frugalware Linux'"
+else
+       _F_cmake_confopts="$_F_cmake_confopts \
+               -DCONFIG_INSTALL_DIR=/etc/kde5/config \
+               -DKCFG_INSTALL_DIR=/etc/kde5/config.kcfg \
+               -DICON_INSTALL_DIR=/usr/share/kde5/icons \
+               -DKDE_DISTRIBUTION_TEXT='Frugalware Linux'"
+fi

# stolen from makepkg ;))
__kde_in_array()
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to