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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions