gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11595: look for lib64 when trying t


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11595: look for lib64 when trying to determine the system install path.
Date: Sun, 01 Nov 2009 10:53:18 -0700
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11595
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Sun 2009-11-01 10:53:18 -0700
message:
  look for lib64 when trying to determine the system install path.
modified:
  macros/firefox.m4
=== modified file 'macros/firefox.m4'
--- a/macros/firefox.m4 2009-02-25 22:33:03 +0000
+++ b/macros/firefox.m4 2009-11-01 17:53:18 +0000
@@ -60,7 +60,7 @@
 
        elif test "x${NPAPI_INSTALL_POLICY}" = "xsystem"; then
 
-          for dir in /usr/lib/mozilla/plugins /usr/lib/firefox/plugins; do
+          for dir in /usr/lib64/mozilla/plugins /usr/lib/mozilla/plugins 
/usr/lib64/firefox/plugins /usr/lib/firefox/plugins; do
              if test -d $dir; then
                 FIREFOX_PLUGINS=$dir
                 break


reply via email to

[Prev in Thread] Current Thread [Next in Thread]