aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openjade
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-12-03 14:41:41 +1030
committerKhem Raj <raj.khem@gmail.com>2010-12-03 12:24:37 -0800
commitf60820472edba71ac66a834d49cdb045a8657b4b (patch)
tree12db351ae4536b3cdaa01edae82943958134bfa4 /recipes/openjade
parente967f4332e999be44734e659f32a1b500ab60ca1 (diff)
downloadopenembedded-f60820472edba71ac66a834d49cdb045a8657b4b.tar.gz
openjade_1.3.2.bb: Create directory before installing a file to that location.
Fixes a breakage I introduced in last openjade commit. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/openjade')
-rw-r--r--recipes/openjade/openjade_1.3.2.bb3
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 6c69173266..afd333a8f9 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