summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-10-24 16:06:27 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-10-24 16:06:27 +0000
commitbe420b7ba362e055b3ddea5df038136b6860f441 (patch)
treefcecf1dc9da95eace525daf21ce7f48e5e725160 /packages
parentae2253eba8e6461b8ffc90b36f80d9edcbf05220 (diff)
parent4d473f8bad4e314db695765c3c57306141ea5a0c (diff)
merge of '45ed3a3d615ea56e696ea876589e529d4f1d96e3'
and 'd6c5f92657001382dc587916da1fbce73d196bb6'
Diffstat (limited to 'packages')
-rw-r--r--packages/libxml/libxml2_2.6.29.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/libxml/libxml2_2.6.29.bb b/packages/libxml/libxml2_2.6.29.bb
index 6904031670..521ba16d9b 100644
--- a/packages/libxml/libxml2_2.6.29.bb
+++ b/packages/libxml/libxml2_2.6.29.bb
@@ -14,9 +14,12 @@ export LDFLAGS += "-ldl"
do_stage() {
autotools_stage_all
- install -m 0644 libxml.m4 ${STAGING_DATADIR}/aclocal/
- #this is need it by php during its install
- install -m 0755 xml2-config ${STAGING_BINDIR_CROSS}
+ install -d ${STAGING_DATADIR}/aclocal/
+ install -d ${STAGING_BINDIR_CROSS}
+
+ install -m 0644 libxml.m4 ${STAGING_DATADIR}/aclocal/
+ #this is need it by php during its install
+ install -m 0755 xml2-config ${STAGING_BINDIR_CROSS}
}
python populate_packages_prepend () {