From: Takashi Iwai Date: Tue, 2 Dec 2003 11:57:06 +0000 (+0000) Subject: - fixed the path of us428control. X-Git-Tag: v1.0.3~16 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=ae6ba4c872b0a4612684461bb3e5fcf1318b13c2;p=alsa-tools.git - fixed the path of us428control. - check the existence of us428control. --- diff --git a/usx2yloader/tascam_fpga.in b/usx2yloader/tascam_fpga.in index fc9d7b7..245de7b 100644 --- a/usx2yloader/tascam_fpga.in +++ b/usx2yloader/tascam_fpga.in @@ -10,7 +10,9 @@ if [ -x /usr/bin/logger ]; then /usr/bin/logger -t $0 "calling $LOADER for $DEVICE" fi $LOADER -@bin@/us428control & +if [ -x @bindir@/us428control ]; then + @bindir@/us428control & +fi if [ -x /usr/bin/logger ]; then /usr/bin/logger -t $0 "leaving" fi