mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
Many fixes for debian build
This commit is contained in:
8
Makefile
8
Makefile
@@ -34,15 +34,15 @@ distclean:
|
||||
|
||||
install: all
|
||||
install -D -m 0755 "target/release/$(BIN)" "$(DESTDIR)$(bindir)/$(BIN)"
|
||||
install -D -m 0644 "data/$(BIN).rules" "$(DESTDIR)$(sysconfdir)/udev/rules.d/99-$(BIN).rules"
|
||||
install -D -m 0644 "data/$(BIN).rules" "$(DESTDIR)/lib/udev/rules.d/99-$(BIN).rules"
|
||||
install -D -m 0644 "data/$(BIN).conf" "$(DESTDIR)$(sysconfdir)/dbus-1/system.d/$(BIN).conf"
|
||||
install -D -m 0644 "data/$(BIN).service" "$(DESTDIR)$(libdir)/systemd/system/$(BIN).service"
|
||||
install -D -m 0644 "data/$(BIN).service" "$(DESTDIR)/lib/systemd/system/$(BIN).service"
|
||||
|
||||
uninstall:
|
||||
rm -f "$(DESTDIR)$(bindir)/$(BIN)"
|
||||
rm -f "$(DESTDIR)$(sysconfdir)/udev/rules.d/99-$(BIN).conf"
|
||||
rm -f "$(DESTDIR)/lib/udev/rules.d/99-$(BIN).rules"
|
||||
rm -f "$(DESTDIR)$(sysconfdir)/dbus-1/system.d/$(BIN).conf"
|
||||
rm -f "$(DESTDIR)$(libdir)/systemd/system/$(BIN).service"
|
||||
rm -f "$(DESTDIR)/lib/systemd/system/$(BIN).service"
|
||||
|
||||
update:
|
||||
cargo update
|
||||
|
||||
Reference in New Issue
Block a user