From ae6ba4c872b0a4612684461bb3e5fcf1318b13c2 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 2 Dec 2003 11:57:06 +0000 Subject: [PATCH] - fixed the path of us428control. - check the existence of us428control. --- usx2yloader/tascam_fpga.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.1