Ensure /var/run/ld-elf.so.hints exists before building
pkg(8). MFC after: 3 days X-MFC-With: r276820 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
9a1048f7e5
commit
6b7ca552c3
@ -40,6 +40,7 @@ if [ ! -f /usr/ports/Makefile ]; then
|
||||
fi
|
||||
|
||||
if [ ! -x /usr/local/sbin/pkg ]; then
|
||||
/etc/rc.d/ldconfig restart
|
||||
/usr/bin/make -C /usr/ports/ports-mgmt/pkg install clean
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user