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:
@@ -26,6 +26,10 @@ installPhase() {
|
|||||||
--set-rpath "$rpath" \
|
--set-rpath "$rpath" \
|
||||||
"$i"
|
"$i"
|
||||||
done
|
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
|
genericBuild
|
||||||
|
|||||||
Reference in New Issue
Block a user