From f0bc32eb252d6f04d7aaa8a7f34e9e00d27d070f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 23 Dec 2025 18:32:49 -0500 Subject: Fix `cp` behavior for copying symlinks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 86bf1a1b..bd4bc1dc 100644 --- a/Makefile +++ b/Makefile @@ -248,7 +248,7 @@ install-files: build check-utilities $(SUDO) -u $(OWNER) $(MAKE) install-files; \ exit 0; \ fi; \ - cp -r $(BUILD_DIR)/* $(PREFIX)/ + cp -R $(BUILD_DIR)/* $(PREFIX)/ install: install-files -- cgit v1.2.3