13 lines
436 B
Diff
13 lines
436 B
Diff
--- alsa/aoss.in.orig 2005-10-27 14:34:18.000000000 -0400
|
|
+++ alsa/aoss.in 2006-04-02 15:53:53.000000000 -0400
|
|
@@ -5,9 +5,7 @@
|
|
# aoss <command> <command options and arguments>
|
|
|
|
if [ -d /proc/asound ]; then
|
|
- prefix=@prefix@
|
|
- exec_prefix=@exec_prefix@
|
|
- LD_PRELOAD=${exec_prefix}/\$LIB/libaoss.so${LD_PRELOAD:+:$LD_PRELOAD} exec "$@"
|
|
+ LD_PRELOAD=@libdir@/libaoss.so.0${LD_PRELOAD:+:$LD_PRELOAD} exec "$@"
|
|
else
|
|
exec "$@"
|
|
fi
|