From 5cb7fbf4e4fcacdd48ea057d258245cef9fc5df3 Mon Sep 17 00:00:00 2001 From: Hank Date: Sun, 6 Apr 2025 15:59:36 +0200 Subject: fix: move from /bin to /sbin --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6cf5d8f..3b5a18e 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,9 @@ DESTDIR ?= /usr/local all: pm-suspend install: pm-suspend pm-suspend.1 - install -D -m 755 ./pm-suspend $(DESTDIR)/bin/pm-suspend + install -D -m 755 ./pm-suspend $(DESTDIR)/sbin/pm-suspend install -D -m 644 ./pm-suspend.1 $(DESTDIR)/share/man/man1/pm-suspend.1 uninstall: - rm -f $(DESTDIR)/bin/pm-suspend + rm -f $(DESTDIR)/sbin/pm-suspend rm -f $(DESTDIR)/share/man/man1/pm-suspend.1 -- cgit v1.2.3