1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +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:
Eelco Dolstra 2006-12-07 22:00:10 +00:00
parent 3613f5568c
commit 71285201cd

View file

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