* Style fix.

svn path=/nixpkgs/trunk/; revision=846
This commit is contained in:
Eelco Dolstra 2004-03-19 17:01:46 +00:00
parent 5941f66f0e
commit cbe3e13bde

View File

@ -301,7 +301,7 @@ patchPhase() {
} }
fixLibtool () { fixLibtool() {
sed 's^eval sys_lib_.*search_path=.*^^' < $1 > $1.tmp sed 's^eval sys_lib_.*search_path=.*^^' < $1 > $1.tmp
mv $1.tmp $1 mv $1.tmp $1
} }
@ -403,7 +403,7 @@ installPhase() {
} }
genericBuild () { genericBuild() {
header "building $out" header "building $out"
unpackPhase unpackPhase
cd $sourceRoot cd $sourceRoot