From 6960a57779fd79d2f6c9b5755d3293bf6fe08459 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Tue, 20 Jan 2026 21:37:51 -0500 Subject: [PATCH] Makefile: Fix removing extra license file Signed-off-by: James Valleroy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f870aa9be..1b85e1c6c 100644 --- a/Makefile +++ b/Makefile @@ -101,7 +101,7 @@ install: $(INSTALL) -d $(DESTDIR)$${lib_dir} && \ rm -rf $(DESTDIR)$${lib_dir}/plinth $(DESTDIR)$${lib_dir}/plinth*.dist-info && \ mv $${temp}/plinth $${temp}/plinth*.dist-info $(DESTDIR)$${lib_dir} && \ - rm -f $(DESTDIR)$${lib_dir}/plinth*.dist-info/COPYING.md && \ + rm -f $(DESTDIR)$${lib_dir}/plinth*.dist-info/licenses/COPYING.md && \ rm -f $(DESTDIR)$${lib_dir}/plinth*.dist-info/direct_url.json && \ $(INSTALL) -D -t $(BIN_DIR) bin/plinth $(INSTALL) -D -t $(LIB_DIR)/freedombox bin/freedombox-privileged