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