summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-25 10:36:20 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-25 10:36:20 +0000
commit05903eb6fe178a94f12bc0efc27e6a9ad5467eb0 (patch)
tree921c432821e86d6ce897d242782295600b44f2c8 /baserock-bootstrap
parent17b8b4f843a6222cabbdb4a21632705827a5cadd (diff)
downloadmorph-05903eb6fe178a94f12bc0efc27e6a9ad5467eb0.tar.gz
Remove -n from ldconfig call
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index 735e53a0..815fdb75 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -770,7 +770,7 @@ pass2_build_with_morph_in_chroot()
#!/tools/bin/bash
set -e
set -x
-/tools/bin/ldconfig -f /etc/ld.so.conf -C /etc/ld.so.cache -n
+/tools/bin/ldconfig -f /etc/ld.so.conf -C /etc/ld.so.cache
cd /baserock/gits/morph
mkdir -p /baserock/cache
python ./morph --verbose build \