mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-29 18:37:41 +08:00
8 lines
202 B
Bash
8 lines
202 B
Bash
|
#!/bin/sh
|
||
|
make clean
|
||
|
make
|
||
|
cp master_main/jaws /opt/jaws/libexec/
|
||
|
cp module/mod_http/mod_http.so /opt/jaws/module/
|
||
|
cp plugin/cgi/cgi.so /opt/jaws/plugin/
|
||
|
cp plugin/gbfilter/gbfilter.so /opt/jaws/plugin/
|