Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (8afb59cf9208714b24f32fb6e2415f9f31b19175)

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 z-rejected grimoire by Vlad Glagolev (8afb59cf9208714b24f32fb6e2415f9f31b19175)
  • Date: Sun, 1 Mar 2009 16:52:50 -0600

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

z-http/flash/HISTORY | 3 +++
z-http/flash/INSTALL | 12 ++++++------
2 files changed, 9 insertions(+), 6 deletions(-)

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

flash: fixed plugins' path for midori

diff --git a/z-http/flash/HISTORY b/z-http/flash/HISTORY
index 8cf10fa..8046090 100644
--- a/z-http/flash/HISTORY
+++ b/z-http/flash/HISTORY
@@ -1,3 +1,6 @@
+2009-03-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * INSTALL: .plugins -> plugins for midori
+
2009-02-26 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Added 64-bit beta version
* PRE_BUILD: Added to handle 64-bit version
diff --git a/z-http/flash/INSTALL b/z-http/flash/INSTALL
index 33d298b..cb184fb 100755
--- a/z-http/flash/INSTALL
+++ b/z-http/flash/INSTALL
@@ -35,17 +35,17 @@ esac &&

case $MIDORI in
y|Y)
- if [[ -d /usr/lib/midori/.plugins ]]; then
+ if [[ -d /usr/lib/midori/plugins ]]; then
message "${MESSAGE_COLOR}Installing for
Midori/WebKit${DEFAULT_COLOR}\n" &&

- if [[ -e /usr/lib/midori/.plugins/libflashplayer.so
]]; then
- rm -f
/usr/lib/midori/.plugins/libflashplayer.so
+ if [[ -e /usr/lib/midori/plugins/libflashplayer.so
]]; then
+ rm -f
/usr/lib/midori/plugins/libflashplayer.so
fi &&
- if [[ -e /usr/lib/midori/.plugins/flashplayer.xpt ]];
then
- rm -f /usr/lib/midori/.plugins/flashplayer.xpt
+ if [[ -e /usr/lib/midori/plugins/flashplayer.xpt ]];
then
+ rm -f /usr/lib/midori/plugins/flashplayer.xpt
fi &&

- cp libflashplayer.so /usr/lib/midori/.plugins/
+ cp libflashplayer.so /usr/lib/midori/plugins/
fi
;;
esac &&



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

Archive powered by MHonArc 2.6.24.

Top of Page