stdenv: Fix indentation
This commit is contained in:
parent
890461d8af
commit
2a0047bbef
@ -289,7 +289,7 @@ stripDirs() {
|
|||||||
if [ -n "${dirs}" ]; then
|
if [ -n "${dirs}" ]; then
|
||||||
header "stripping (with flags $stripFlags) in $dirs"
|
header "stripping (with flags $stripFlags) in $dirs"
|
||||||
for dir in $dirs; do
|
for dir in $dirs; do
|
||||||
test -L "$dir" || chmod -R +rw "$dir"
|
test -L "$dir" || chmod -R +rw "$dir"
|
||||||
done
|
done
|
||||||
find $dirs -type f -print0 | xargs -0 ${xargsFlags:--r} strip $stripFlags || true
|
find $dirs -type f -print0 | xargs -0 ${xargsFlags:--r} strip $stripFlags || true
|
||||||
stopNest
|
stopNest
|
||||||
@ -768,7 +768,7 @@ fixupPhase() {
|
|||||||
done
|
done
|
||||||
for f in "$out"/share/man/*/* "$out"/share/man/*/*/*; do
|
for f in "$out"/share/man/*/* "$out"/share/man/*/*/*; do
|
||||||
if [ -L "$f" -a -f `readlink -f "$f"`.gz ]; then
|
if [ -L "$f" -a -f `readlink -f "$f"`.gz ]; then
|
||||||
ln -sf `readlink "$f"`.gz "$f"
|
ln -sf `readlink "$f"`.gz "$f"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
unset GLOBIGNORE
|
unset GLOBIGNORE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user