From: Philipp Zabel Date: Fri, 6 May 2011 12:14:19 +0000 (+0200) Subject: Create the vapi/ directory in autovapi.sh if needed X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=b1ce19a0dc7639addecac2089fcd05671c12feb4;p=tor-status Create the vapi/ directory in autovapi.sh if needed --- diff --git a/autovapi.sh b/autovapi.sh index 05c8686..a108666 100755 --- a/autovapi.sh +++ b/autovapi.sh @@ -2,6 +2,7 @@ # # Generate config.vapi from config.h # +mkdir -p vapi/ ( echo '// config.vapi. Generated from config.h by autovapi.sh.' echo '[CCode (cheader_filename = "config.h")]'