Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] image-prelink: remove hardcoded reference to /usr/sbin
@ 2011-05-17 11:51 Phil Blundell
  2011-05-17 12:02 ` Richard Purdie
  0 siblings, 1 reply; 10+ messages in thread
From: Phil Blundell @ 2011-05-17 11:51 UTC (permalink / raw)
  To: openembedded-core

---
 meta/classes/image-prelink.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/image-prelink.bbclass b/meta/classes/image-prelink.bbclass
index ee0951c..cefd983 100644
--- a/meta/classes/image-prelink.bbclass
+++ b/meta/classes/image-prelink.bbclass
@@ -21,7 +21,7 @@ prelink_image () {
 	fi
 
 	# prelink!
-	${STAGING_DIR_NATIVE}/usr/sbin/prelink --root ${IMAGE_ROOTFS} -amR
+	${STAGING_DIR_NATIVE}${sbindir}/prelink --root ${IMAGE_ROOTFS} -amR
 
 	# Remove the prelink.conf if we had to add it.
 	if [ "$dummy_prelink_conf" == "true" ]; then
-- 
1.7.1






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

end of thread, other threads:[~2011-05-17 16:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-17 11:51 [PATCH] image-prelink: remove hardcoded reference to /usr/sbin Phil Blundell
2011-05-17 12:02 ` Richard Purdie
2011-05-17 12:09   ` Phil Blundell
2011-05-17 14:17     ` [PATCH v2] image-prelink: remove hardcoded path assumptions Phil Blundell
2011-05-17 14:35       ` Richard Purdie
2011-05-17 14:45         ` Mark Hatle
2011-05-17 14:47         ` Phil Blundell
2011-05-17 15:17           ` Richard Purdie
2011-05-17 15:52     ` [PATCH v3] image-prelink: remove hardcoded path assumptions, don't generate cache file Phil Blundell
2011-05-17 16:07       ` Richard Purdie

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