shasum-native: Create directory before installing files

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3023 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-10-29 17:27:00 +00:00
parent fa9920fd56
commit d12d86757f

View File

@@ -7,5 +7,6 @@ PATCHTOOL = "patch"
do_fetch[depends] = ""
do_populate_staging() {
install -d ${STAGING_BINDIR}
install ${S}/oe_sha256sum ${STAGING_BINDIR}
}