[Lunar-commits] <moonbase-kde> kdenetwork: With the recent changes to our tools we need to relocate plugins from

Dennis Veatch stumbles at lunar-linux.org
Tue Jul 10 00:38:13 CEST 2012


commit 8896f1f8ac8e53a4a4327213608ef1736b93af7b
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Mon, 09 Jul 2012 15:38:13 -0700
URL: https://github.com/lunar-linux/moonbase-kde/commit/8896f1f8ac8e53a4a4327213608ef1736b93af7b

kdenetwork: With the recent changes to our tools we need to relocate plugins from

opt to elsewhere. Ratler and sofar recommends  /usr/lib/lunar/plugins and so it
will be... for now.
---
  network/kdenetwork/BUILD                                     +3/-3     
  1 files changed, 3 insertions (+), 3 deletions (-)

--- a/network/kdenetwork/BUILD
+++ b/network/kdenetwork/BUILD
@@ -3,11 +3,11 @@
   source /etc/profile.d/qt4.rc   &&
   source /etc/profile.d/kde4.rc  &&
 
-  if [ ! -d /opt/lunar/plugins ] ; then
-    mkdir /opt/lunar/plugins
+  if [ ! -d /usr/lib/lunar/plugins ] ; then
+    mkdir -p /usr/lib/lunar/plugins
   fi &&
 
-  OPTS+=" -DMOZPLUGIN_INSTALL_DIR=/opt/lunar/plugins" &&
+  OPTS+=" -DMOZPLUGIN_INSTALL_DIR=/usr/lib/lunar/plugins" &&
 
   default_cmake_build
   




More information about the Lunar-commits mailing list