mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 07:07:13 -05:00
fix typo
This commit is contained in:
parent
8485e6ec73
commit
6451307e49
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ if [ $? != 0 ]; then
|
|||
pyuic=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/pyuic4
|
||||
pyrcc=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/pyrcc4
|
||||
else
|
||||
echo 'Unable to find pyuic4. If you use macpors try `port install py-pyqt4`. If you use homebrew try `brew install pyqt`.'
|
||||
echo 'Unable to find pyuic4. If you use macports try `port install py-pyqt4`. If you use homebrew try `brew install pyqt`.'
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue