[xiph-commits] r3108 - liboggplay/trunk/Installer

shans at svn.annodex.net shans at svn.annodex.net
Wed Jun 27 23:17:15 PDT 2007


Author: shans
Date: 2007-06-27 23:17:15 -0700 (Wed, 27 Jun 2007)
New Revision: 3108

Modified:
   liboggplay/trunk/Installer/install.js
Log:
Modified pluginName and installDir for linux



Modified: liboggplay/trunk/Installer/install.js
===================================================================
--- liboggplay/trunk/Installer/install.js	2007-06-28 06:16:58 UTC (rev 3107)
+++ liboggplay/trunk/Installer/install.js	2007-06-28 06:17:15 UTC (rev 3108)
@@ -67,12 +67,11 @@
   // Set up platform-specific details
   switch (getPlatform()) {
     case "unix":
-      pluginName = "npliboggplugin.so";
+      pluginName = "libnpoggplugin.so";
       pluginSize = 2000;
-      installDir = getFolder("Plugins");
+      installDir = getFolder("Current User", "../../plugins");
       useAddDir  = false;
       break;
-
     case "windows":
       pluginName = "npliboggplugin.dll";
       pluginSize = 2600;



More information about the commits mailing list