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

Bor Kraljič scm at sourcemage.org
Wed Aug 31 08:07:58 EDT 2011


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


More information about the SM-Commit mailing list