]> code.ossystems Code Review - openembedded-core.git/commitdiff
quilt-native: make sure directory exists
authorRichard Purdie <richard@openedhand.com>
Sun, 15 Apr 2007 21:59:42 +0000 (21:59 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 15 Apr 2007 21:59:42 +0000 (21:59 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1511 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/quilt/quilt-native.inc

index 31a223904e7995e5509a001a161515bd5a668eb4..5db7d25c4f973d5c4f823e177a0c20d701f4fd24 100644 (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
-}
\ No newline at end of file
+}