audio/sbagen: Add missing file.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ac113d9953
commit
7a9b6598c1
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
if (which padsp >/dev/null 2>&1); then
|
||||
exec padsp sbagen-bin "$@"
|
||||
elif (which aoss >/dev/null 2>&1); then
|
||||
exec aoss sbagen-bin "$@"
|
||||
else
|
||||
echo "padsp and aoss not found in \$PATH" >&2
|
||||
exit 1
|
||||
fi
|
Loading…
Reference in New Issue