wok diff slim/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 a0fa6235faca
children 0b4cf0d9e1b5
line diff
     1.1 --- a/slim/receipt	Thu Aug 19 20:55:56 2010 +0000
     1.2 +++ b/slim/receipt	Thu Dec 02 02:25:29 2010 +0000
     1.3 @@ -21,6 +21,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	patch -p1 < ../stuff/NoPwdForCmd.patch || exit 1
     1.8  	make &&
     1.9  	make DESTDIR=$src/_pkg install
    1.10  }