aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2013-06-10 13:29:15 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2013-06-10 13:29:15 +0200
commit5e868fdde66452c11453a207954e6864fdb255ba (patch)
treeca5d15cb66ee39ac042d5586bdd2f0d782c9fa22 /Makefile
parent1a2aaac3ed0e76c113a852265c73597519dac68f (diff)
downloadinitscripts-5e868fdde66452c11453a207954e6864fdb255ba.tar.xz
initscripts: deprecate /sbin and /usr/sbin2013.06.2
Arch Linux has unified /sbin and /usr/sbin into a single binaries directory: /usr/bin
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