summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-9-beta/builder.sh
blob: 8db3bc334a9532ceb5166b277f7e3b0cad36ed97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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