mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276822
@ -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…
Reference in New Issue
Block a user