mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
make forms dir if not existing
This commit is contained in:
parent
e5463891e9
commit
2c568f5b49
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ then
|
||||||
echo "Please run this from the project root"
|
echo "Please run this from the project root"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mkdir -p ankiqt/forms
|
||||||
|
|
||||||
if [ xDarwin = x$(uname) ]
|
if [ xDarwin = x$(uname) ]
|
||||||
then
|
then
|
||||||
pyuic=/Library/Frameworks/Python.framework/Versions/2.5/bin/pyuic4
|
pyuic=/Library/Frameworks/Python.framework/Versions/2.5/bin/pyuic4
|
||||||
|
|
Loading…
Reference in a new issue