Skip to content

installation fails on debian Linux #68

Description

@parrotrueper

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions