]> git.alsa-project.org Git - alsa-tools.git/commitdiff
- fixed the path of us428control.
authorTakashi Iwai <tiwai@suse.de>
Tue, 2 Dec 2003 11:57:06 +0000 (11:57 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 2 Dec 2003 11:57:06 +0000 (11:57 +0000)
- check the existence of us428control.

usx2yloader/tascam_fpga.in

index fc9d7b75ce27a4d2771ba125651fa13fd3aafe4d..245de7b406c04e46df5b182dedf2a37231034506 100644 (file)
@@ -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