mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Roland Hieber <rhi@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [ptxdist] [PATCH 4/4] bootchart: fix /usr merge leftover
Date: Sun, 17 Sep 2023 21:26:04 +0200	[thread overview]
Message-ID: <20230917192604.751338-4-rhi@pengutronix.de> (raw)
In-Reply-To: <20230917192604.751338-1-rhi@pengutronix.de>

Fixes: eca5e27bdb57a64165dd (2017-01-11, "bootchart: /usr merge")
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 projectroot/usr/sbin/bootchartd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projectroot/usr/sbin/bootchartd b/projectroot/usr/sbin/bootchartd
index 41b868510764..6cbd0c9dedae 100644
--- a/projectroot/usr/sbin/bootchartd
+++ b/projectroot/usr/sbin/bootchartd
@@ -32,8 +32,8 @@ mount proc /proc -t proc
 
 {
     mount -n -t tmpfs -o size=8M none "$LOG_DIR"
-    /lib/bootchart/collector ${HZ} "${LOG_DIR}"
-    /lib/bootchart/gather "${OUT_DIR}/bootchart.tgz" "${LOG_DIR}"
+    /usr/lib/bootchart/collector ${HZ} "${LOG_DIR}"
+    /usr/lib/bootchart/gather "${OUT_DIR}/bootchart.tgz" "${LOG_DIR}"
 } &
 
 # from kernel:/init/main.c
-- 
2.39.2




  parent reply	other threads:[~2023-09-17 19:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-17 19:26 [ptxdist] [PATCH 1/4] networkmanager: " Roland Hieber
2023-09-17 19:26 ` [ptxdist] [PATCH 2/4] udev-legacy: " Roland Hieber
2023-09-24  5:44   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-09-17 19:26 ` [ptxdist] [PATCH 3/4] rc-once: " Roland Hieber
2023-09-24  5:44   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-09-17 19:26 ` Roland Hieber [this message]
2023-09-24  5:44   ` [ptxdist] [APPLIED] bootchart: " Michael Olbrich
2023-09-24  5:44 ` [ptxdist] [APPLIED] networkmanager: " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230917192604.751338-4-rhi@pengutronix.de \
    --to=rhi@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox