Fixing the plugin directory for the jdk6 i686-linux
svn path=/nixpkgs/trunk/; revision=23799
This commit is contained in:
@@ -72,7 +72,7 @@ stdenv.mkDerivation ({
|
|||||||
( if stdenv.system == "i686-linux" then
|
( if stdenv.system == "i686-linux" then
|
||||||
{
|
{
|
||||||
mozillaPlugin =
|
mozillaPlugin =
|
||||||
if installjdk then "/jre/plugin/i386/ns7" else "/plugin/i386/ns7";
|
if installjdk then "/jre/lib/i386" else "/lib/i386";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{}
|
{}
|
||||||
|
|||||||
Reference in New Issue
Block a user