29f9225a9d
svn path=/nixpkgs/trunk/; revision=6857
9 lines
No EOL
144 B
Bash
9 lines
No EOL
144 B
Bash
source $stdenv/setup.sh
|
|
|
|
postInstall=postInstall
|
|
postInstall() {
|
|
ln -sf gzip $out/bin/gunzip
|
|
ln -sf gzip $out/bin/zcat
|
|
}
|
|
|
|
genericBuilder |