From 8544d7313f625265d35705087bf8d2904ff25225 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Mon, 3 Sep 2007 15:07:19 +0000 Subject: [PATCH] additionally copying the lib/opera/plugin/libnpp.so into the executable directory to make plugins work and get rid of the missing library warning svn path=/nixpkgs/trunk/; revision=9244 --- pkgs/applications/networking/browsers/opera/builder.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/networking/browsers/opera/builder.sh b/pkgs/applications/networking/browsers/opera/builder.sh index 59c0bf2cb60..26d5df1cc4d 100644 --- a/pkgs/applications/networking/browsers/opera/builder.sh +++ b/pkgs/applications/networking/browsers/opera/builder.sh @@ -26,6 +26,10 @@ installPhase() { --set-rpath "$rpath" \ "$i" done + + # opera seems to need libnpp.so in the same path ? + # (search the opera help for libnpp.. + cp $out/lib/opera/plugins/libnpp.so $out/lib/opera/9* } genericBuild