wok diff dev86/receipt @ rev 6719

Fixed linux recepit so there will be not need for them to be repackage twiced.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 14 17:57:21 2010 +0000 (2010-10-14)
parents 6c45f6a1ee90
children 2695888b0f59
line diff
     1.1 --- a/dev86/receipt	Tue Nov 18 12:40:05 2008 +0000
     1.2 +++ b/dev86/receipt	Thu Oct 14 17:57:21 2010 +0000
     1.3 @@ -15,6 +15,8 @@
     1.4  {
     1.5  	mv $PACKAGE-$VERSION $src 2> /dev/null
     1.6  	cd $src
     1.7 +	# Be busybox compatible
     1.8 +	sed -i 's/ | cat -v//' libcompat
     1.9  	echo q | make PREFIX=/usr &&
    1.10  	make DIST=$PWD/_pkg install
    1.11  }