You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-eselect/eselect-miniaudicle/files/miniaudicle-1.0.1_list.patch

13 lines
609 B

--- a/miniaudicle.eselect-1.0.1.orig 2010-07-14 23:21:11.000000000 -0400
+++ b/miniaudicle.eselect-1.0.1 2010-07-14 23:22:22.000000000 -0400
@@ -73,7 +73,7 @@
targets=( $(find_targets ) )
write_list_start "Available miniAudicle audio engines:"
for (( i = 0 ; i < ${#targets[@]} ; i = i + 1 )) ; do
- [[ ${targets[${i}]} == $(basename $(canonicalise ${ROOT}/usr/bin/miniAudicle ) ) ]] && \
+ [[ ${targets[${i}]} == $(basename $(canonicalise ${ROOT}/usr/bin/miniAudicle- ) ) ]] && \
targets[${i}]=$(highlight_maker "${targets[${i}]}")
done
write_numbered_list -m "(none found)" "${targets[@]}"