Initial commit

This commit is contained in:
Saeid Bazazzadeh 2018-05-03 11:49:59 -04:00
parent 0c35c09792
commit 52bd67a644
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ if OS_LINUX
install-data-hook:
udevadm control --reload-rules && \
test -f "/etc/redhat-release" && echo "/usr/local/lib" > /etc/ld.so.conf.d/uldaq.conf || echo "" && \
test -f "/etc/arch-release" && echo "/usr/local/lib" > /etc/ld.so.conf.d/uldaq.conf || echo "" && \
ldconfig
endif