From df93209839f415ed890c40c064fd7622acab6df0 Mon Sep 17 00:00:00 2001 From: Denis Benato Date: Thu, 13 Mar 2025 01:28:06 +0100 Subject: [PATCH] chore: Install LICENSE file --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8a8b70f6..7a6431b7 100644 --- a/Makefile +++ b/Makefile @@ -100,6 +100,7 @@ install-data-asusd_user: install-data: install-data-asusd install-data-rog_gui install: install-program install-data + $(INSTALL_DATA) "./LICENSE" "$(DESTDIR)$(datarootdir)/asusctl/LICENSE" uninstall: rm -f "$(DESTDIR)$(bindir)/$(BIN_ROG)"