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
This commit is contained in:
Marc Weber 2007-09-03 15:07:19 +00:00
parent 088a6817db
commit 8544d7313f

View File

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