wok-stable diff slim/receipt @ rev 7566

Remove copying .desktop and icon file in zsnes receipt.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 09 02:22:07 2010 +0000 (2010-12-09)
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 09 02:22:07 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  }