wok diff ptlib/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 a6b5201ba3af
children d58fb04dc013
line diff
     1.1 --- a/ptlib/receipt	Wed May 05 18:58:34 2010 +0200
     1.2 +++ b/ptlib/receipt	Thu Dec 02 02:25:29 2010 +0000
     1.3 @@ -31,9 +31,4 @@
     1.4  	cp -a $_pkg/usr/lib $fs/usr
     1.5  	cp -a $_pkg/usr/bin $fs/usr
     1.6  	cp -a $_pkg/usr/share $fs/usr
     1.7 -	# Package all ptlib pkgs
     1.8 -	for i in $(cd $WOK; ls -d ptlib-*)
     1.9 -	do
    1.10 -		tazwok genpkg $i
    1.11 -	done
    1.12  }