mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 00:22:13 +00:00
5aec79e3ca
svn path=/nixpkgs/trunk/; revision=8412
7 lines
79 B
Bash
7 lines
79 B
Bash
source $stdenv/setup
|
|
|
|
export DESTDIR=$out
|
|
ensureDir $out/usr/bin
|
|
|
|
genericBuild
|