SOURCES: nspluginwrapper-plugindirs.patch - update scan paths

glen glen at pld-linux.org
Wed Jan 10 02:56:25 CET 2007


Author: glen                         Date: Wed Jan 10 01:56:25 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update scan paths

---- Files affected:
SOURCES:
   nspluginwrapper-plugindirs.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/nspluginwrapper-plugindirs.patch
diff -u SOURCES/nspluginwrapper-plugindirs.patch:1.1 SOURCES/nspluginwrapper-plugindirs.patch:1.2
--- SOURCES/nspluginwrapper-plugindirs.patch:1.1	Wed Jan 10 01:39:31 2007
+++ SOURCES/nspluginwrapper-plugindirs.patch	Wed Jan 10 02:56:20 2007
@@ -6,7 +6,7 @@
  	}
 +	else if (access("/etc/pld-release", F_OK) == 0) {
 +	  static const char *pld_dirs[] = {
-+		LIBDIR "/browser-plugins",
++		"/usr/lib/browser-plugins",
 +	  };
 +	  dirs = pld_dirs;
 +	}
@@ -26,7 +26,7 @@
  	"/usr/lib32/nsbrowser/plugins",				// XXX how unfortunate
  	"/usr/lib64/nsbrowser/plugins",
 +#else
-+	"/usr/lib/browser-plugins",
++	"/usr/lib/nspluginwrapper/plugins",
 +#endif
  #if defined(__FreeBSD__)
  	"/usr/X11R6/lib/browser_plugins",
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/nspluginwrapper-plugindirs.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list