mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
* Style fix.
svn path=/nixpkgs/trunk/; revision=846
This commit is contained in:
parent
5941f66f0e
commit
cbe3e13bde
@ -301,7 +301,7 @@ patchPhase() {
|
||||
}
|
||||
|
||||
|
||||
fixLibtool () {
|
||||
fixLibtool() {
|
||||
sed 's^eval sys_lib_.*search_path=.*^^' < $1 > $1.tmp
|
||||
mv $1.tmp $1
|
||||
}
|
||||
@ -403,7 +403,7 @@ installPhase() {
|
||||
}
|
||||
|
||||
|
||||
genericBuild () {
|
||||
genericBuild() {
|
||||
header "building $out"
|
||||
unpackPhase
|
||||
cd $sourceRoot
|
||||
|
Loading…
Reference in New Issue
Block a user