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
This commit is contained in:
Richard Purdie 2006-08-14 09:26:45 +00:00
parent 283e9868e7
commit c210d01a7c
1 changed files with 2 additions and 1 deletions

View File

@ -4,5 +4,6 @@ LICENSE = "LGPL"
PR="r1"
do_stage() {
install -m 0644 ${WORKDIR}/gtk-doc.m4 ${STAGING_DATADIR}/aclocal
install -d ${STAGING_DATADIR}/aclocal
install -m 0644 ${WORKDIR}/gtk-doc.m4 ${STAGING_DATADIR}/aclocal/
}