Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Bor Kraljič (e4e7b8541a9ec69ebbdad71789f41b2c208f66a8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Bor Kraljič (e4e7b8541a9ec69ebbdad71789f41b2c208f66a8)
  • Date: Wed, 31 Aug 2011 07:07:58 -0500

GIT changes to master z-rejected grimoire by Bor Kraljič <pyrobor AT ver.si>:

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

New commits:
commit e4e7b8541a9ec69ebbdad71789f41b2c208f66a8
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

flash: fixed the install path for firefox

diff --git a/z-http/flash/HISTORY b/z-http/flash/HISTORY
index 02e27c6..5099fb8 100644
--- a/z-http/flash/HISTORY
+++ b/z-http/flash/HISTORY
@@ -1,3 +1,6 @@
+2011-08-31 Bor Kraljič <pyrobor AT ver.si>
+ * INSTALL: fixed the install path for firefox
+
2011-08-31 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 10.3.183.7

diff --git a/z-http/flash/INSTALL b/z-http/flash/INSTALL
index a7d04e5..e534435 100755
--- a/z-http/flash/INSTALL
+++ b/z-http/flash/INSTALL
@@ -18,26 +18,26 @@ esac &&

case $FIREFOX in
y|Y)
- if [[ -d /usr/lib/xulrunner/plugins ]]; then
- message "${MESSAGE_COLOR}Installing for
Firefox/XULRunner${DEFAULT_COLOR}\n" &&
+ if [[ -d /usr/lib/firefox/plugins ]]; then
+ message "${MESSAGE_COLOR}Installing for
Firefox${DEFAULT_COLOR}\n" &&

- if [[ -e /usr/lib/xulrunner/plugins/libflashplayer.so
]]; then
- rm -f
/usr/lib/xulrunner/plugins/libflashplayer.so
+ if [[ -e /usr/lib/firefox/plugins/libflashplayer.so
]]; then
+ rm -f
/usr/lib/firefox/plugins/libflashplayer.so
fi &&
- if [[ -e /usr/lib/xulrunner/plugins/flashplayer.xpt
]]; then
- rm -f
/usr/lib/xulrunner/plugins/flashplayer.xpt
+ if [[ -e /usr/lib/firefox/plugins/flashplayer.xpt ]];
then
+ rm -f /usr/lib/firefox/plugins/flashplayer.xpt
fi
else
- mkdir -p /usr/lib/xulrunner/plugins
+ mkdir -p /usr/lib/firefox/plugins
fi &&
- cp libflashplayer.so /usr/lib/xulrunner/plugins/
+ cp libflashplayer.so /usr/lib/firefox/plugins/
;;
esac &&

case $XULRUNNER in
y|Y)
if [[ -d /usr/lib/xulrunner/plugins ]]; then
- message "${MESSAGE_COLOR}Installing for
Firefox/XULRunner${DEFAULT_COLOR}\n" &&
+ message "${MESSAGE_COLOR}Installing for
XULRunner${DEFAULT_COLOR}\n" &&

if [[ -e
/usr/lib/xulrunner/plugins/libflashplayer.so ]]; then
rm -f
/usr/lib/xulrunner/plugins/libflashplayer.so



  • [SM-Commit] GIT changes to master z-rejected grimoire by Bor Kraljič (e4e7b8541a9ec69ebbdad71789f41b2c208f66a8), Bor Kraljič, 08/31/2011

Archive powered by MHonArc 2.6.24.

Top of Page