tag 380996 +patch thanks Here's a patch against the gnusound source package that fixes this problem.
-- Dwayne C. Litzenberger <[EMAIL PROTECTED]>
diff -ruN gnusound-0.7.4-orig/debian/maintfiles/gnusound gnusound-0.7.4/debian/maintfiles/gnusound --- gnusound-0.7.4-orig/debian/maintfiles/gnusound 2006-08-30 16:59:01.000000000 -0600 +++ gnusound-0.7.4/debian/maintfiles/gnusound 2006-08-30 17:00:29.000000000 -0600 @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh # This is a wrapper script used to set LADSPA plugins PATH before unning gnusound # so it is able to find them correctly -LADSPA_PATH="/usr/lib/ladspa/" /usr/bin/gnusound.real +LADSPA_PATH="/usr/lib/ladspa/" exec /usr/bin/gnusound.real "$@"