here's to me being stupid

This commit is contained in:
Thomas Vander Stichele
2012-11-23 15:55:57 +00:00
parent b292b340d1
commit 8181b76f85

View File

@@ -45,7 +45,7 @@ python-musicbrainz-ngs-check:
if test ! -e $(top_srcdir)/morituri/extern/musicbrainzngs/musicbrainz.py; then echo cloning python-musicbrainz-ngs; make python-musicbrainz-ngs; fi
python-command:
git clone git://github.com/thomasvs/python-musicbrainz-ngs.git
git clone git://github.com/thomasvs/python-command.git
python-command-check:
if test ! -e $(top_srcdir)/morituri/extern/command/command.py; then echo cloning python-command; make python-command; fi