From c653fe1e80c8e782bc932b5761de5509667bc047 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 17 Aug 2026 17:10:10 -0700 Subject: [PATCH] Fix makefile --- clash/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/clash/Makefile b/clash/Makefile index 20166c9..b2c9de5 100644 --- a/clash/Makefile +++ b/clash/Makefile @@ -44,6 +44,7 @@ $(DEPLOY_OUTPUT): $(SRCS) deploy-install: deploy-build clash.1 mkdir -p "$(PREFIX)/lib/clash/" cp $(DEPLOY_OUTPUT) "$(PREFIX)/lib/clash/" + mkdir -p "$(PREFIX)/bin/" ln -sf "$(REAL_PREFIX)/lib/clash/clash" "$(PREFIX)/bin/clash" mkdir -p "$(PREFIX)/share/man/man1/" cp clash.1 "$(PREFIX)/share/man/man1/"