wok diff dukto/receipt @ rev 13944

xorg-xauth: add common path (thanks mojo)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 29 09:43:35 2013 +0100 (2013-01-29)
parents dc3f9344f9de
children 223b265f40fd
line diff
     1.1 --- a/dukto/receipt	Tue Aug 28 14:03:53 2012 +0200
     1.2 +++ b/dukto/receipt	Tue Jan 29 09:43:35 2013 +0100
     1.3 @@ -26,5 +26,5 @@
     1.4  {
     1.5  	mkdir -p $fs/usr/bin
     1.6  	cp -a $install/* $fs/
     1.7 -	cp $src/dukto $fs/usr/bin
     1.8 +	ln -s /opt/dukto/bin/dukto $fs/usr/bin
     1.9  }