wok diff dev86/receipt @ rev 7481

Removed glibc-locale from abiword depends. Added soft link for /usr/share/pixmaps/abiword.png to /usr/share/icons/abiword_48.png. Fixed error when running abiword on command line.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 02 02:25:29 2010 +0000 (2010-12-02)
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 Dec 02 02:25:29 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  }