mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
binutils: Install to /usr/bin instead of /sbin
aa-enabled should live in /usr/bin, rather than /sbin, since it is not used in early boot and requires no root privileges. Signed-off-by: Tyler Hicks <tyhicks@canonical.com> Acked-by: Christian Boltz <apparmor@cboltz.de>
This commit is contained in:
@@ -18,6 +18,7 @@ COMMONDIR=../common/
|
|||||||
include $(COMMONDIR)/Make.rules
|
include $(COMMONDIR)/Make.rules
|
||||||
|
|
||||||
DESTDIR=/
|
DESTDIR=/
|
||||||
|
BINDIR=${DESTDIR}/usr/bin
|
||||||
LOCALEDIR=/usr/share/locale
|
LOCALEDIR=/usr/share/locale
|
||||||
MANPAGES=aa-enabled.8
|
MANPAGES=aa-enabled.8
|
||||||
|
|
||||||
@@ -133,8 +134,8 @@ install: install-indep install-arch
|
|||||||
|
|
||||||
.PHONY: install-arch
|
.PHONY: install-arch
|
||||||
install-arch: arch
|
install-arch: arch
|
||||||
install -m 755 -d $(DESTDIR)/sbin
|
install -m 755 -d ${BINDIR}
|
||||||
install -m 755 ${TOOLS} $(DESTDIR)/sbin
|
install -m 755 ${TOOLS} ${BINDIR}
|
||||||
|
|
||||||
.PHONY: install-indep
|
.PHONY: install-indep
|
||||||
install-indep:
|
install-indep:
|
||||||
|
Reference in New Issue
Block a user