From 2c568f5b491d47d1b2f1b5360478b495308eb7ee Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 29 Sep 2008 02:11:32 +0900 Subject: [PATCH] make forms dir if not existing --- tools/build_ui.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/build_ui.sh b/tools/build_ui.sh index 9d64dafaa..07d50698f 100755 --- a/tools/build_ui.sh +++ b/tools/build_ui.sh @@ -8,6 +8,9 @@ then echo "Please run this from the project root" exit fi + +mkdir -p ankiqt/forms + if [ xDarwin = x$(uname) ] then pyuic=/Library/Frameworks/Python.framework/Versions/2.5/bin/pyuic4