1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

quilt-native: make sure directory exists

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1511 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-04-15 21:59:42 +00:00
parent a1d68b8f75
commit 0f5819307a
+2 -1
View File
@@ -17,5 +17,6 @@ do_configure () {
# Dummy quiltrc file for patch.bbclass
do_install_append () {
install -d ${STAGING_BINDIR_NATIVE}/
touch ${STAGING_BINDIR_NATIVE}/quiltrc
}
}