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
fdfcc69d97
commit
edd49ae363
@ -40,6 +40,7 @@ if [ ! -f /usr/ports/Makefile ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -x /usr/local/sbin/pkg ]; then
|
if [ ! -x /usr/local/sbin/pkg ]; then
|
||||||
|
/etc/rc.d/ldconfig restart
|
||||||
/usr/bin/make -C /usr/ports/ports-mgmt/pkg install clean
|
/usr/bin/make -C /usr/ports/ports-mgmt/pkg install clean
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user