Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (4b3b835aaf4e541cdb6e3506c7f48960221ef9ff)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (4b3b835aaf4e541cdb6e3506c7f48960221ef9ff)
  • Date: Wed, 26 Sep 2007 00:28:50 -0500

GIT changes to master grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

http/gnash/HISTORY | 1 +
http/gnash/INSTALL | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 4b3b835aaf4e541cdb6e3506c7f48960221ef9ff
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

gnash: minor fixup

diff --git a/http/gnash/HISTORY b/http/gnash/HISTORY
index f0d56f7..b4f30be 100644
--- a/http/gnash/HISTORY
+++ b/http/gnash/HISTORY
@@ -1,6 +1,7 @@
2007-09-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DEPENDS: kde/qt needs a bit more paths specified
* INSTALL: don't install plugin if none is built
+ ups... minor misuse of list_find

2007-08-30 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* gnash.gpg: added gpg keyring
diff --git a/http/gnash/INSTALL b/http/gnash/INSTALL
index f6caa02..02ae7a4 100755
--- a/http/gnash/INSTALL
+++ b/http/gnash/INSTALL
@@ -1,5 +1,5 @@
default_install &&
-if ! list_find $GNASH_OPTS "--disable-nsapi" ;
+if ! list_find "$GNASH_OPTS" "--disable-nsapi" ;
then
local ns_compat
for ns_compat in mozilla firefox seamonkey xulrunner opera netscape4; do



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (4b3b835aaf4e541cdb6e3506c7f48960221ef9ff), Andraž Levstik, 09/26/2007

Archive powered by MHonArc 2.6.24.

Top of Page