wok diff mplayer-svn/receipt @ rev 6714

linux/bootloader.sh: align initrdlen to 32bits
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 14 13:41:19 2010 +0200 (2010-10-14)
parents 8806a69fb967
children 1d279fc90686
line diff
     1.1 --- a/mplayer-svn/receipt	Sat Jul 10 13:41:34 2010 +0200
     1.2 +++ b/mplayer-svn/receipt	Thu Oct 14 13:41:19 2010 +0200
     1.3 @@ -38,6 +38,8 @@
     1.4  		tar czf $TARBALL $PACKAGE-$VERSION
     1.5  	fi
     1.6  	cd $src
     1.7 +	KERNEL_VERSION=`grep  ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
     1.8 +	sed -i "s/uname -r/echo $KERNEL_VERSION-slitaz/" configure
     1.9  	# disable unwanted features, remote control, streaming, networking, unwanted codecs, 
    1.10  	# disable video outputs, audio outputs, some advanced options
    1.11  	./configure \