CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    08/02/10 06:51:02

Modified files:
        packaging      : install-gnash.sh 

Log message:
        Fix typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/packaging/install-gnash.sh?cvsroot=gnash&r1=1.4&r2=1.5

Patches:
Index: install-gnash.sh
===================================================================
RCS file: /sources/gnash/gnash/packaging/install-gnash.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- install-gnash.sh    10 Feb 2008 06:49:50 -0000      1.4
+++ install-gnash.sh    10 Feb 2008 06:51:02 -0000      1.5
@@ -313,7 +313,7 @@
 {
   # install the NSAPI (Mozilla/Firefox) plugin
   if [ -e plugins/libgnashplugin.so -o x$yes = xyes ]; then
-    ${COPY} lplugins/ibgnashplugin.so ${nsapidir}
+    ${COPY} plugins/ibgnashplugin.so ${nsapidir}
   else
     echo "You don't have the NSAPI plugin, installation can't continue"
     exit


_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to