From 52bd67a644c1764de24180c29859e856330d44d8 Mon Sep 17 00:00:00 2001 From: Saeid Bazazzadeh Date: Thu, 3 May 2018 11:49:59 -0400 Subject: [PATCH] Initial commit --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index a5bdf45..3d1fa2c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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