# HG changeset patch # User Paul Issott # Date 1261514861 0 # Node ID 16b2b17d85e5ceb95f0f39331f5d79db73165eeb # Parent 72211f583578d94724c30e9417585b7c3c82dabf mpg123: fix typos diff -r 72211f583578 -r 16b2b17d85e5 mpg123/receipt --- a/mpg123/receipt Tue Dec 22 12:45:58 2009 +0100 +++ b/mpg123/receipt Tue Dec 22 20:47:41 2009 +0000 @@ -18,7 +18,7 @@ ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ - --with-audio="alsa" \ + --with-default-audio=alsa \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install @@ -30,6 +30,6 @@ # mpg123 needs the plugins libtool library file (.la) to work. mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - #cp -a $_pkg/usr/lib/mpg123 $fs/usr/lib + cp -a $_pkg/usr/lib/mpg123 $fs/usr/lib cp -a $_pkg/usr/bin $fs/usr }