Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c141e5f43ba2b3b31f5a9596d57b1b1612051774)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c141e5f43ba2b3b31f5a9596d57b1b1612051774)
  • Date: Sun, 1 Mar 2009 16:52:08 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/midori/HISTORY | 3 +++
http/midori/INSTALL | 2 +-
http/midori/midori.sh | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit c141e5f43ba2b3b31f5a9596d57b1b1612051774
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

midori: fixed plugins' path

diff --git a/http/midori/HISTORY b/http/midori/HISTORY
index 6362550..050072e 100644
--- a/http/midori/HISTORY
+++ b/http/midori/HISTORY
@@ -1,3 +1,6 @@
+2009-03-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * INSTALL, midori.sh: .plugins -> plugins
+
2009-03-01 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 0.1.4

diff --git a/http/midori/INSTALL b/http/midori/INSTALL
index fec962e..aded922 100755
--- a/http/midori/INSTALL
+++ b/http/midori/INSTALL
@@ -3,4 +3,4 @@
cp -v "$SPELL_DIRECTORY/midori.sh" "$INSTALL_ROOT/etc/profile.d" &&

# install dir for additional plugins
-install -vm 755 -d "$INSTALL_ROOT/usr/lib/midori/.plugins"
+install -vm 755 -d "$INSTALL_ROOT/usr/lib/midori/plugins"
diff --git a/http/midori/midori.sh b/http/midori/midori.sh
index cb2dda0..59ad533 100644
--- a/http/midori/midori.sh
+++ b/http/midori/midori.sh
@@ -8,7 +8,7 @@
#

if [ -z "$MOZ_PLUGIN_PATH" ]; then
- MOZ_PLUGIN_PATH="/usr/lib/midori/.plugins"
+ MOZ_PLUGIN_PATH="/usr/lib/midori/plugins"
fi &&

export MOZ_PLUGIN_PATH



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c141e5f43ba2b3b31f5a9596d57b1b1612051774), Vlad Glagolev, 03/01/2009

Archive powered by MHonArc 2.6.24.

Top of Page