wok-next rev 13856
cookutils: symlink cooker to busybox httpd server root
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Jan 10 11:58:44 2013 +0000 (2013-01-10) |
parents | e8d1059c6843 |
children | e11e8b983ee1 |
files | cookutils/receipt |
line diff
1.1 --- a/cookutils/receipt Thu Jan 10 01:26:02 2013 +0000 1.2 +++ b/cookutils/receipt Thu Jan 10 11:58:44 2013 +0000 1.3 @@ -24,6 +24,9 @@ 1.4 { 1.5 mkdir -p $fs 1.6 cp -a $install/* $fs 1.7 + #Symlink cooker to busybox httpd server root 1.8 + cd $fs/var/www 1.9 + ln -s cgi-bin/cooker 1.10 # Daemon goes in cookutils-deamon 1.11 rm -rf $fs/etc/init.d 1.12 }