summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-08-04 12:52:42 +0200
committerTom Gundersen <teg@jklm.no>2011-08-04 12:52:42 +0200
commit0964929a57076d1edc9f74498aae5e2f7b87d912 (patch)
tree08c4544d58ccb0a1a86795ecee9281631814bcac /Makefile
parent4ac0e23b1813eebbd9cad148193801cf2ce3f67c (diff)
/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 <teg@jklm.no>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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