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

This commit is contained in:
norayr 2015-02-13 11:31:35 +00:00
parent 9f452e66b7
commit 2aeb9f7424
2 changed files with 2 additions and 1 deletions

View file

@ -298,7 +298,8 @@ install:
cp *.h $(PREFIX)/lib/voc/obj/ cp *.h $(PREFIX)/lib/voc/obj/
cp *.sym $(PREFIX)/lib/voc/sym/ 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 ldconfig -m $(PREFIX)/lib
ln -s $(PREFIX) $(PREFIXLN) ln -s $(PREFIX) $(PREFIXLN)

Binary file not shown.