From: Graham Gower <graham.gower@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] openjade_1.3.2.bb: Create directory before installing a file to that location.
Date: Fri, 03 Dec 2010 14:41:41 +1030 [thread overview]
Message-ID: <4CF86DFD.904@gmail.com> (raw)
Fixes a breakage I introduced in last openjade commit.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
recipes/openjade/openjade_1.3.2.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/recipes/openjade/openjade_1.3.2.bb b/recipes/openjade/openjade_1.3.2.bb
index 6c69173..afd333a 100644
--- a/recipes/openjade/openjade_1.3.2.bb
+++ b/recipes/openjade/openjade_1.3.2.bb
@@ -44,7 +44,8 @@ do_install_append () {
# The catalog must live in the sysroot and it must be there for
# install-catalog to do its thing.
- install -m 644 dsssl/catalog ${datadir}/sgml/openjade-${PV}
+ install -d ${datadir}/sgml/openjade-${PV}
+ install -m 644 dsssl/catalog ${datadir}/sgml/openjade-${PV}/catalog
install-catalog --add ${sysconfdir}/sgml/openjade-${PV}.cat \
${datadir}/sgml/openjade-${PV}/catalog
--
1.7.1
next reply other threads:[~2010-12-03 4:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-03 4:11 Graham Gower [this message]
2010-12-03 13:47 ` [PATCH] openjade_1.3.2.bb: Create directory before installing a file to that location Michael Smith
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=4CF86DFD.904@gmail.com \
--to=graham.gower@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.