summaryrefslogtreecommitdiff
path: root/build-essential/stage2.bst
diff options
context:
space:
mode:
Diffstat (limited to 'build-essential/stage2.bst')
-rw-r--r--build-essential/stage2.bst4
1 files changed, 3 insertions, 1 deletions
diff --git a/build-essential/stage2.bst b/build-essential/stage2.bst
index 2a337ec6..bfbe3376 100644
--- a/build-essential/stage2.bst
+++ b/build-essential/stage2.bst
@@ -17,4 +17,6 @@ depends:
public:
bst:
integration-commands:
- - ldconfig
+ - |
+ # In this stage, it may be that ld.so.conf doesnt exist yet
+ ldconfig || exit 0