about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2011-01-21 08:23:31 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2011-01-21 08:23:31 +0000
commite115e9a725b3568be5e7de6dd5b7e7d5e5780881 (patch)
tree3b1dc033d7b9fb205c1fa6b09482234bf3c6ee43 /pkgs
parentec042dad008aac588ae62b52edb3839087db626b (diff)
downloadnixlib-e115e9a725b3568be5e7de6dd5b7e7d5e5780881.tar
nixlib-e115e9a725b3568be5e7de6dd5b7e7d5e5780881.tar.gz
nixlib-e115e9a725b3568be5e7de6dd5b7e7d5e5780881.tar.bz2
nixlib-e115e9a725b3568be5e7de6dd5b7e7d5e5780881.tar.lz
nixlib-e115e9a725b3568be5e7de6dd5b7e7d5e5780881.tar.xz
nixlib-e115e9a725b3568be5e7de6dd5b7e7d5e5780881.tar.zst
nixlib-e115e9a725b3568be5e7de6dd5b7e7d5e5780881.zip
Be more verbose
svn path=/nixpkgs/trunk/; revision=25650
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/builder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/builder.sh b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/builder.sh
index 2574ecb73eec..4190e316421f 100644
--- a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/builder.sh
+++ b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/builder.sh
@@ -15,7 +15,7 @@ unpackPhase() {
 
 installPhase() {
     ensureDir $out/lib/mozilla/plugins
-    cp -p libflashplayer.so $out/lib/mozilla/plugins
+    cp -pv libflashplayer.so $out/lib/mozilla/plugins
     patchelf --set-rpath "$rpath" $out/lib/mozilla/plugins/libflashplayer.so
 }