mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 09:31:58 +00:00
de928f2161
* 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>
14 lines
442 B
Diff
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"
|