about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-12-07 22:00:10 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-12-07 22:00:10 +0000
commit71285201cdd202f1c12c1c7cd5e949cff6be3fa1 (patch)
treeb9c1ad9cafebd3b3670f31e5b015acc117e492d2 /pkgs
parent3613f5568cdaf6175322ed749a80fb846080c7aa (diff)
downloadnixlib-71285201cdd202f1c12c1c7cd5e949cff6be3fa1.tar
nixlib-71285201cdd202f1c12c1c7cd5e949cff6be3fa1.tar.gz
nixlib-71285201cdd202f1c12c1c7cd5e949cff6be3fa1.tar.bz2
nixlib-71285201cdd202f1c12c1c7cd5e949cff6be3fa1.tar.lz
nixlib-71285201cdd202f1c12c1c7cd5e949cff6be3fa1.tar.xz
nixlib-71285201cdd202f1c12c1c7cd5e949cff6be3fa1.tar.zst
nixlib-71285201cdd202f1c12c1c7cd5e949cff6be3fa1.zip
* Doh! Copy *all* the plugins. No wonder most videos didn't work
  anymore...

svn path=/nixpkgs/trunk/; revision=7272
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/browsers/mozilla-plugins/mplayerplug-in/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/mplayerplug-in/builder.sh b/pkgs/applications/networking/browsers/mozilla-plugins/mplayerplug-in/builder.sh
index 4c67dcd4f8fe..b936d88995e5 100644
--- a/pkgs/applications/networking/browsers/mozilla-plugins/mplayerplug-in/builder.sh
+++ b/pkgs/applications/networking/browsers/mozilla-plugins/mplayerplug-in/builder.sh
@@ -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