Build and install fails because in Makefile.am there is only a check for Redhat and Arch linux.
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
Please can you add debian support?
Build and install fails because in Makefile.am there is only a check for Redhat and Arch linux.
Please can you add debian support?