wok diff compcache/receipt @ rev 8617

Fix syntax error in xfburn.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Feb 14 15:52:23 2011 +0000 (2011-02-14)
parents ec697b8b2555
children cbfb348cb173
line diff
     1.1 --- a/compcache/receipt	Tue Feb 01 00:17:12 2011 +0000
     1.2 +++ b/compcache/receipt	Mon Feb 14 15:52:23 2011 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4      cd $src
     1.5      
     1.6      # Fix build with kernel 2.6.34
     1.7 -    patch -p1 < ../stuff/compcache-0.6.2-linux-2.6.34.u || exit 1
     1.8 +    patch -p1 < ../stuff/compcache-0.6.2-linux-2.6.34.u || return 1
     1.9      
    1.10      find -name Makefile | xargs sed -i \
    1.11  		"s|/lib/modules/\$(shell uname -r)/build|/usr/src/linux|"