wok rev 4633

mpg123: fix typos
author Paul Issott <paul@slitaz.org>
date Tue Dec 22 20:47:41 2009 +0000 (2009-12-22)
parents 72211f583578
children 42db8f10c287
files mpg123/receipt
line diff
     1.1 --- a/mpg123/receipt	Tue Dec 22 12:45:58 2009 +0100
     1.2 +++ b/mpg123/receipt	Tue Dec 22 20:47:41 2009 +0000
     1.3 @@ -18,7 +18,7 @@
     1.4  	./configure \
     1.5  		--prefix=/usr \
     1.6  		--mandir=/usr/share/man \
     1.7 -		--with-audio="alsa" \
     1.8 +		--with-default-audio=alsa \
     1.9  		$CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make DESTDIR=$PWD/_pkg install
    1.12 @@ -30,6 +30,6 @@
    1.13  	# mpg123 needs the plugins libtool library file (.la) to work.
    1.14  	mkdir -p $fs/usr/lib
    1.15  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.16 -	#cp -a $_pkg/usr/lib/mpg123 $fs/usr/lib
    1.17 +	cp -a $_pkg/usr/lib/mpg123 $fs/usr/lib
    1.18  	cp -a $_pkg/usr/bin $fs/usr
    1.19  }