From 9cf221346a70623731dba4301fced83e0e0f9160 Mon Sep 17 00:00:00 2001 From: donmor Date: Mon, 21 Jul 2025 14:26:54 +0800 Subject: [PATCH] Update Makefile --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 40877bd6..eb79e299 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ clean: install: install -Dm755 bin/frps ${DESTDIR}${prefix}/bin/frps install -Dm755 bin/frpc ${DESTDIR}${prefix}/bin/frpc - install -Dm644 -b confi/frps.toml ${DESTDIR}${prefix}/etc/frp/frps.toml - install -Dm644 -b confi/frpc.toml ${DESTDIR}${prefix}/etc/frp/frpc.toml - install -Dm644 confi/frps_full_example.toml ${DESTDIR}${prefix}/etc/frp/frps_full_example.toml - install -Dm644 confi/frpc_full_example.toml ${DESTDIR}${prefix}/etc/frp/frpc_full_example.toml + install -Dm644 -b confi/frps.toml ${DESTDIR}/etc/frp/frps.toml + install -Dm644 -b confi/frpc.toml ${DESTDIR}/etc/frp/frpc.toml + install -Dm644 confi/frps_full_example.toml ${DESTDIR}/etc/frp/frps_full_example.toml + install -Dm644 confi/frpc_full_example.toml ${DESTDIR}/etc/frp/frpc_full_example.toml