From 7471ffb76d6c29814ff109adf92c931d7e075509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Tue, 14 Sep 2010 14:47:12 +0000 Subject: [PATCH] Fixing the plugin directory for the jdk6 i686-linux svn path=/nixpkgs/trunk/; revision=23799 --- pkgs/development/compilers/jdk/jdk6-linux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/jdk/jdk6-linux.nix b/pkgs/development/compilers/jdk/jdk6-linux.nix index ddada14008b..e61affa5e86 100644 --- a/pkgs/development/compilers/jdk/jdk6-linux.nix +++ b/pkgs/development/compilers/jdk/jdk6-linux.nix @@ -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 {}