From: <wsa...@ap...> - 2003-03-07 19:02:57
|
You shouldn't reply on a non-standard program like nl, or should at least document that it's needed in INSTALL, or notice it's missing and symlink pubsub.js to pubsub_raw.js. -wsv [silent-bob:WebServer/Documents/mod_pubsub] wsanchez% sudo make HTTPD_USER=www bash kn_tools/js_compress.sh < kn_apps/kn_lib/pubsub_raw.js > kn_apps/kn_lib/pubsub.js sed: 12: " s/\\\//___quot ...": undefined label ';' kn_tools/js_compress.sh: nl: command not found [ x"www" != x ] # Define HTTPD_USER as the user that runs your web server, e.g. make HTTPD_USER=httpd (or nobody, or www-data) mkdir kn_events if ! chown www kn_events; then rmdir kn_events; false; fi |