wok-4.x diff compcache/receipt @ rev 9131
Make vim don't depends on X/GTK stuff
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Mar 06 04:31:26 2011 +0100 (2011-03-06) |
parents | ec697b8b2555 |
children | cbfb348cb173 |
line diff
1.1 --- a/compcache/receipt Tue Feb 01 00:17:12 2011 +0000 1.2 +++ b/compcache/receipt Sun Mar 06 04:31:26 2011 +0100 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|"