wok diff nbs/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 b4b992b90e4a
children 23b7c2a99749
line diff
     1.1 --- a/nbs/receipt	Thu May 13 22:41:03 2010 +0200
     1.2 +++ b/nbs/receipt	Thu Dec 02 02:25:29 2010 +0000
     1.3 @@ -37,10 +37,5 @@
     1.4  	cp -a $_pkg/usr/sbin $fs/usr
     1.5  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
     1.6  	ln -s libnbs.so.1.0 $fs/usr/lib/libnbs.so.1
     1.7 -	# Package all nbs pkgs
     1.8 -	for i in $(cd $WOK; ls -d nbs-*)
     1.9 -	do
    1.10 -		tazwok genpkg $i
    1.11 -	done
    1.12  }
    1.13