nixpkgs/pkgs/tools/text/diffutils-diet/builder.sh
Armijn Hemel 796636040a static diffutils for initial stdenv
svn path=/nixpkgs/trunk/; revision=4445
2005-12-27 10:39:20 +00:00

3 lines
93 B
Bash

source $stdenv/setup
if test -n "$coreutils"; then PATH=$coreutils/bin:$PATH; fi
genericBuild