mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 23:30:56 +00:00
atop: Fix binmerge
In case $sbindir = $bindir we have to pass this setting to make install. Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
parent
22e23418d2
commit
174ab7dff1
@ -37,7 +37,7 @@ do_compile() {
|
|||||||
do_install() {
|
do_install() {
|
||||||
if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
|
if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
|
||||||
make DESTDIR=${D} VERS=${PV} SYSDPATH=${systemd_system_unitdir} \
|
make DESTDIR=${D} VERS=${PV} SYSDPATH=${systemd_system_unitdir} \
|
||||||
PMPATHD=${systemd_unitdir}/system-sleep install
|
PMPATHD=${systemd_unitdir}/system-sleep SBINPATH=${sbindir} install
|
||||||
install -d ${D}${sysconfdir}/tmpfiles.d
|
install -d ${D}${sysconfdir}/tmpfiles.d
|
||||||
install -m 644 ${UNPACKDIR}/volatiles.atop.conf ${D}${sysconfdir}/tmpfiles.d/atop.conf
|
install -m 644 ${UNPACKDIR}/volatiles.atop.conf ${D}${sysconfdir}/tmpfiles.d/atop.conf
|
||||||
rm -f ${D}${systemd_system_unitdir}/atopacct.service
|
rm -f ${D}${systemd_system_unitdir}/atopacct.service
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user