mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
* Doh! Copy *all* the plugins. No wonder most videos didn't work
anymore... svn path=/nixpkgs/trunk/; revision=7272
This commit is contained in:
parent
3613f5568c
commit
71285201cd
@ -17,7 +17,7 @@ dontMakeInstall=1
|
|||||||
postInstall=postInstall
|
postInstall=postInstall
|
||||||
postInstall() {
|
postInstall() {
|
||||||
mkdir -p $out/lib/mozilla/plugins
|
mkdir -p $out/lib/mozilla/plugins
|
||||||
cp -p mplayerplug-in.so mplayerplug-in.xpt $out/lib/mozilla/plugins
|
cp -p mplayerplug-in*.so mplayerplug-in*.xpt $out/lib/mozilla/plugins
|
||||||
}
|
}
|
||||||
|
|
||||||
genericBuild
|
genericBuild
|
||||||
|
Loading…
Reference in New Issue
Block a user