Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] logrotate: move binary logrotate back to /usr/sbin
@ 2015-07-13  6:10 Zhang Xiao
  2015-07-13 14:28 ` Christopher Larson
  0 siblings, 1 reply; 7+ messages in thread
From: Zhang Xiao @ 2015-07-13  6:10 UTC (permalink / raw)
  To: openembedded-core

Upstream-Status: pending

Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
---
 meta/recipes-extended/logrotate/logrotate_3.9.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/logrotate/logrotate_3.9.1.bb b/meta/recipes-extended/logrotate/logrotate_3.9.1.bb
index 7d0a159..6c2e222 100644
--- a/meta/recipes-extended/logrotate/logrotate_3.9.1.bb
+++ b/meta/recipes-extended/logrotate/logrotate_3.9.1.bb
@@ -53,7 +53,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} BINDIR=${sbindir}
     mkdir -p ${D}${sysconfdir}/logrotate.d
     mkdir -p ${D}${sysconfdir}/cron.daily
     mkdir -p ${D}${localstatedir}/lib
-- 
1.8.5.2.233.g932f7e4



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-07-14  5:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-13  6:10 [PATCH] logrotate: move binary logrotate back to /usr/sbin Zhang Xiao
2015-07-13 14:28 ` Christopher Larson
2015-07-14  1:19   ` zhangxiao
2015-07-14  1:47     ` Christopher Larson
2015-07-14  2:10       ` zhangxiao
2015-07-14  3:11         ` Robert Yang
2015-07-14  5:49           ` zhangxiao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox