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:
Glen Barber 2015-01-08 14:39:53 +00:00
parent 9a1048f7e5
commit 6b7ca552c3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276822

View File

@ -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