[sawfish] fallback ksmserverdir /kde4/apps



commit 799935c5e44d7f6f69fd035800a3a42e44da977d
Author: Christopher Roy Bratusek <chris nanolx org>
Date:   Mon Dec 28 22:06:41 2009 +0100

    fallback ksmserverdir /kde4/apps

 configure.in    |    2 +-
 sawfish.spec.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index 636937f..026cf38 100644
--- a/configure.in
+++ b/configure.in
@@ -348,7 +348,7 @@ dnl install directory for sawfish-ksm.desktop
 KDEDIR="`kde4-config --install data`"
 
 if test "x$KDEDIR" = x; then
-	KDEDIR="/usr/share/apps/"
+	KDEDIR="/usr/share/kde4/apps/"
 fi
 
 gitdate=`date +%y%m%d`
diff --git a/sawfish.spec.in b/sawfish.spec.in
index 0744f0a..2fc05f0 100644
--- a/sawfish.spec.in
+++ b/sawfish.spec.in
@@ -14,7 +14,7 @@ Provides: windowmanager
 
 %define rep_execdir %(pkg-config librep --variable=repcommonexecdir)
 %if %(kde4-config; echo $?)
-%define kde_apps %{_datadir}/apps/
+%define kde_apps %{_datadir}/kde4/apps/
 %else
 %define kde_apps %(kde4-config --install data)
 %endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]