nixpkgs/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-9-beta/builder.sh

14 lines
267 B
Bash
Raw Normal View History

source $stdenv/setup
dontBuild=1
dontMakeInstall=1
postInstall=postInstall
postInstall() {
mkdir -p $out/lib/mozilla/plugins
cp -p libflashplayer.so $out/lib/mozilla/plugins
echo "$zlib/lib" > $out/lib/mozilla/plugins/extra-library-path
}
genericBuild