wok diff busybox/receipt @ rev 13690

fix get- script to work without error. But the plugin is still broken(bad install).
author xfred222
date Wed Dec 12 16:59:24 2012 -0500 (2012-12-12)
parents 82bb00aaaec5
children 77850ece4ff6
line diff
     1.1 --- a/busybox/receipt	Thu Oct 04 22:19:52 2012 +0000
     1.2 +++ b/busybox/receipt	Wed Dec 12 16:59:24 2012 -0500
     1.3 @@ -127,8 +127,7 @@
     1.4      chmod +x $fs/usr/share/udhcpc/default.script
     1.5  
     1.6      # Httpd stuff.
     1.7 -    cp $stuff/httpd_helper.sh $fs/usr/bin
     1.8 -    chmod +x $fs/usr/bin/httpd_helper.sh
     1.9 +    ln -s /usr/lib/slitaz/httphelper.sh $fs/usr/bin/httpd_helper.sh
    1.10      cp -a $stuff/www $fs/var
    1.11  }
    1.12