1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/tools/compression/bsdiff/builder.sh
Eelco Dolstra 1d9072670b * Added bsdiff 4.2. Wow, this is even better than zdelta (which in
turn appears to be better than vdelta).

svn path=/nixpkgs/trunk/; revision=1819
2004-11-29 21:17:29 +00:00

9 lines
122 B
Bash

. $stdenv/setup
installFlags="PREFIX=$out INSTALL=install"
ensureDir "$out/bin"
ensureDir "$out/man/man1"
genericBuild