From b17138659a25a11d9e5508a1a46838a273890ec7 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sun, 16 Aug 2026 16:14:45 -0700 Subject: [PATCH] Fix previous commit --- clash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clash/Makefile b/clash/Makefile index 56e6457..db5f166 100644 --- a/clash/Makefile +++ b/clash/Makefile @@ -42,7 +42,7 @@ $(DEPLOY_OUTPUT): $(SRCS) deploy-install: deploy-build clash.1 install -Dt "$(PREFIX)/bin" bin/clash - install -m 0644 -Dt "$(PREFIX)/lib/clash" bin/libosicat.so bin/librc.so.1 + install -m 0644 -Dt "$(PREFIX)/lib/clash" bin/libosicat.so bin/librt.so.1 install -m 0644 -Dt "$(PREFIX)/share/man/man1/" clash.1 clean: