make forms dir if not existing

This commit is contained in:
Damien Elmes 2008-09-29 02:11:32 +09:00
parent e5463891e9
commit 2c568f5b49

View file

@ -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