mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ dontMakeInstall=1
|
|||
postInstall=postInstall
|
||||
postInstall() {
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue