From 5e868fdde66452c11453a207954e6864fdb255ba Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Mon, 10 Jun 2013 13:29:15 +0200 Subject: initscripts: deprecate /sbin and /usr/sbin Arch Linux has unified /sbin and /usr/sbin into a single binaries directory: /usr/bin --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3