mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
* Style fix.
svn path=/nixpkgs/trunk/; revision=846
This commit is contained in:
parent
5941f66f0e
commit
cbe3e13bde
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue