wok diff boxbackup-server/receipt @ rev 10638

linux-libre: Fixed to only use tazwok if cook doesn't exist. Fixed also some typos.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu May 26 18:26:21 2011 +0000 (2011-05-26)
parents 3882bea139c1
children e542ba4fbc72
line diff
     1.1 --- a/boxbackup-server/receipt	Fri Mar 04 22:16:34 2011 +0100
     1.2 +++ b/boxbackup-server/receipt	Thu May 26 18:26:21 2011 +0000
     1.3 @@ -42,7 +42,7 @@
     1.4  	cp -a $_pkg/boxbackup-${VERSION}-backup-server-linux-gnu/bb* $fs/usr/bin
     1.5  	cp -a $_pkg/boxbackup-${VERSION}-backup-server-linux-gnu/ra* $fs/usr/bin
     1.6  	mkdir -p $fs/etc/init.d
     1.7 -	cp -a stuff/bbstored $fs/etc/init.d
     1.8 +	cp -a $stuff/bbstored $fs/etc/init.d
     1.9  }
    1.10  
    1.11