instow

:)
git clone https://git.sr.ht/~ashymad/instow
Log | Files | Refs | LICENSE

commit aca96eca05c7a944099bf98717bc025a4829a4cc
parent 9399421c88c7243e212de1a3971ac6359c92a338
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Wed, 29 Apr 2026 11:08:13 +0200

Use /sbin/ldconfig as well

Diffstat:
Msrc/tools.janet | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tools.janet b/src/tools.janet @@ -9,7 +9,7 @@ :configure ["./configure"] :autogen ["./autogen.sh"] :autoreconf ["autoreconf"] - :ldconfig ["ldconfig"] + :ldconfig ["ldconfig" "/sbin/ldconfig"] :jpm ["jpm"] :go ["go"] :python ["python" "python3"]