Fixing the plugin directory for the jdk6 i686-linux

svn path=/nixpkgs/trunk/; revision=23799
This commit is contained in:
Lluís Batlle i Rossell 2010-09-14 14:47:12 +00:00
parent ecc9b176b0
commit 7471ffb76d

View file

@ -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
{} {}