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