Files
packages/anda/system/asusctl/fix-makefile.patch
T
Raboneko de928f2161 add: asusctl (#7043) (#7119)
* add: asusctl

* Make it build

* Remove empty file

* Add update.rhai

* Don't build on non-x86_64 architecture

(cherry picked from commit de6535ba19)

Co-authored-by: metcya <134973769+metcya@users.noreply.github.com>
2025-11-04 23:23:58 -06:00

14 lines
442 B
Diff

diff --git a/Makefile b/Makefile
index 6db2b96..232c993 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,7 @@ install-data-asusd_user:
.PHONY: install-data-asusd install-data-asusd_user
-install-data: install-data-asusd install-data-rog_gui
+install-data: install-data-asusd install-data-rog_gui install-data-asusd_user
install: install-program install-data
$(INSTALL_DATA) "./LICENSE" "$(DESTDIR)$(datarootdir)/asusctl/LICENSE"