mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 11:09:23 +00:00
logrotate: do not move binary logrotate to /usr/bin
In oe-core commit a46d3646a3e1781be4423b508ea63996b3cfca8a
...
Author: Fahad Usman <fahad_usman@mentor.com>
Date: Tue Aug 26 13:16:48 2014 +0500
logrotate: obey our flags
Needed to quiet GNU_HASH warnings, and some minor fixes.
...
it explicitly move logrotate to /usr/bin without any reason,
which is against the original Linux location /usr/sbin.
So partly revert the above commit which let logrotate be
kept in the original place /usr/sbin.
(From OE-Core rev: 88015d6d0a887969ae82b0888bf32659a6d225d3)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
48d9e00913
commit
368da33ee7
@ -55,7 +55,7 @@ do_compile_prepend() {
|
||||
}
|
||||
|
||||
do_install(){
|
||||
oe_runmake install DESTDIR=${D} PREFIX=${D} MANDIR=${mandir} BINDIR=${bindir}
|
||||
oe_runmake install DESTDIR=${D} PREFIX=${D} MANDIR=${mandir}
|
||||
mkdir -p ${D}${sysconfdir}/logrotate.d
|
||||
mkdir -p ${D}${sysconfdir}/cron.daily
|
||||
mkdir -p ${D}${localstatedir}/lib
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user