wok diff git/receipt @ rev 9431

dropbear: fix xauth path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 31 12:57:23 2011 +0200 (2011-03-31)
parents 5c00ed4233be
children 95ca7b3bc202
line diff
     1.1 --- a/git/receipt	Sun Mar 27 07:50:28 2011 +0000
     1.2 +++ b/git/receipt	Thu Mar 31 12:57:23 2011 +0200
     1.3 @@ -30,5 +30,5 @@
     1.4  {
     1.5  	mkdir -p $fs
     1.6  	cp -a $_pkg/usr $fs/
     1.7 -	strip -s $fs/usr/lib/git/git-core/*
     1.8 +	strip -s $fs/usr/lib/git/git-core/* || true
     1.9  }