From 0964929a57076d1edc9f74498aae5e2f7b87d912 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Thu, 4 Aug 2011 12:52:42 +0200 Subject: /usr: move all executables from /sbin to /usr/sbin At worst this will give an error message if /usr is not mounted, which is fine as we are warning against this anyway. It will not break boot. Signed-off-by: Tom Gundersen --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b2256ec..2d68ee3 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ DIRS := \ /etc/conf.d \ /etc/rc.d/functions.d \ /etc/logrotate.d \ - /sbin \ + /usr/sbin \ /etc/tmpfiles.d \ /usr/lib/tmpfiles.d \ /usr/lib/initscripts \ @@ -22,7 +22,7 @@ install: minilogd installdirs 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)/sbin minilogd rc.d + install -m755 -t $(DESTDIR)/usr/sbin minilogd rc.d install -m755 -t $(DESTDIR)/usr/lib/initscripts arch-tmpfiles install -m644 tmpfiles.conf $(DESTDIR)/usr/lib/tmpfiles.d/arch.conf install -m644 -T bash-completion $(DESTDIR)/etc/bash_completion.d/rc.d -- cgit v1.2.3