fixed makefile ld.so.conf.d for freebsd. -- noch

Former-commit-id: 2aeb9f7424
This commit is contained in:
norayr 2015-02-13 11:31:35 +00:00
parent e35950b8b8
commit aef8cf8897
2 changed files with 3 additions and 2 deletions

View file

@ -298,7 +298,8 @@ install:
cp *.h $(PREFIX)/lib/voc/obj/
cp *.sym $(PREFIX)/lib/voc/sym/
#cp 05vishap.conf /etc/ld.so.conf.d/
test -d /etc/ld.so.conf.d | mkdir -p /etc/ld.so.conf.d
cp 05vishap.conf /etc/ld.so.conf.d/
ldconfig -m $(PREFIX)/lib
ln -s $(PREFIX) $(PREFIXLN)