Skip to content

Commit

Permalink
kdenetwork: With the recent changes to our tools we need to relocate …
Browse files Browse the repository at this point in the history
…plugins from

opt to elsewhere. Ratler and sofar recommends  /usr/lib/lunar/plugins and so it
will be... for now.
  • Loading branch information
Dennis Veatch committed Jul 9, 2012
1 parent 5baa826 commit 8896f1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions network/kdenetwork/BUILD
Expand Up @@ -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

Expand Down

0 comments on commit 8896f1f

Please sign in to comment.