aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0519af7..af59be6 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ DIRS := \
/usr/lib/systemd/system/multi-user.target.wants \
/usr/lib/systemd/system/shutdown.target.wants \
/usr/lib/systemd/system/sysinit.target.wants \
- /usr/sbin \
+ /usr/bin \
/usr/share/bash-completion/completions \
/usr/share/zsh/site-functions \
/usr/share/man/man5 \
@@ -26,7 +26,7 @@ install: installdirs doc
install -m644 -t $(DESTDIR)/etc/logrotate.d bootlog
install -m644 -t $(DESTDIR)/etc/rc.d functions
install -m755 -t $(DESTDIR)/etc/rc.d hwclock network netfs
- install -m755 -t $(DESTDIR)/usr/sbin rc.d
+ install -m755 -t $(DESTDIR)/usr/bin rc.d
install -m644 -t $(DESTDIR)/usr/share/man/man5 rc.conf.5
install -m644 -t $(DESTDIR)/usr/share/man/man8 rc.d.8 arch-modules-load.8 arch-daemons.8
install -m755 -t $(DESTDIR)/usr/lib/systemd/system-generators arch-daemons