diff options
author | Richard Purdie <richard@openedhand.com> | 2006-08-14 09:26:45 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-08-14 09:26:45 +0000 |
commit | c210d01a7ca8c00ddc45d292878b89086b137129 (patch) | |
tree | 873403c1d404ebebf534330fc909aeac7c826ad9 /meta/packages/gtk-doc | |
parent | 283e9868e72b4308932001f011f9b1b338b018e3 (diff) | |
download | poky-c210d01a7ca8c00ddc45d292878b89086b137129.tar.gz |
gtk-doc: Create directory before installing the file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@606 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk-doc')
-rw-r--r-- | meta/packages/gtk-doc/gtk-doc.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/gtk-doc/gtk-doc.bb b/meta/packages/gtk-doc/gtk-doc.bb index 98b1905fe8..8609138bac 100644 --- a/meta/packages/gtk-doc/gtk-doc.bb +++ b/meta/packages/gtk-doc/gtk-doc.bb | |||
@@ -4,5 +4,6 @@ LICENSE = "LGPL" | |||
4 | PR="r1" | 4 | PR="r1" |
5 | 5 | ||
6 | do_stage() { | 6 | do_stage() { |
7 | install -m 0644 ${WORKDIR}/gtk-doc.m4 ${STAGING_DATADIR}/aclocal | 7 | install -d ${STAGING_DATADIR}/aclocal |
8 | install -m 0644 ${WORKDIR}/gtk-doc.m4 ${STAGING_DATADIR}/aclocal/ | ||
8 | } | 9 | } |