diff options
| author | lijie <[email protected]> | 2018-12-10 10:25:03 +0800 |
|---|---|---|
| committer | lijie <[email protected]> | 2018-12-10 10:25:03 +0800 |
| commit | cac5c951f20640fa89e23adb55dec8d5ac66a5cc (patch) | |
| tree | 6e9242cdd2b2a80464537d006212b9de27b159b0 /src/Makefile | |
| parent | d626a2162b0ba811f7e4c5bf253f33e5170b14c7 (diff) | |
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile index 5637f24..2806a58 100644 --- a/src/Makefile +++ b/src/Makefile @@ -38,7 +38,7 @@ clean: rm -rf *.o
install:
- cp $(TARGET) /home/lijie/sapp/plug/business/mrl
- cp ../bin/conf/mrl.inf /home/lijie/sapp/plug/business/mrl
- cp ../bin/conf/*.conf /home/lijie/sapp/mrl_conf/
- cp ../bin/conf/all_ip_only_coun_v4.mmdb /home/lijie/sapp/mrl_conf
+ cp $(TARGET) /home/mesasoft/mrl_run/plug/business/mrl
+ cp ../bin/conf/mrl.inf /home/mesasoft/mrl_run/plug/business/mrl
+ cp ../bin/conf/*.conf /home/mesasoft/mrl_run/mrl_conf/
+ cp ../bin/conf/all_ip_only_coun_v4.mmdb /home/mesasoft/mrl_run/mrl_conf
|
