mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 18:02:19 +00:00
fix (asusctl): delete .patch file, remove -p1 flag (#7472)
* add: asusctl * Make it build * Remove empty file * Add update.rhai * Don't build on non-x86_64 architecture * use gitlab update function Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * fix(asusctl): remove unnecessary patch * oops * actually remove the patch --------- Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Signed-off-by: metcya <134973769+metcya@users.noreply.github.com> Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
@@ -34,7 +34,7 @@ A one-stop-shop GUI tool for asusd/asusctl. It aims to provide most controls,
|
||||
a notification service, and ability to run in the background.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n asusctl-%version
|
||||
%autosetup -n asusctl-%version
|
||||
%cargo_prep_online
|
||||
|
||||
%build
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user