Fix makebuildserver after rename, tidy gitignores

This commit is contained in:
Daniel Martí 2013-12-30 17:18:45 +01:00
parent 96a84afc8a
commit 90c27da3ea
5 changed files with 16 additions and 16 deletions

View file

@ -44,7 +44,7 @@ options, args = parser.parse_args()
config = {}
execfile('makebs.config.py', config)
if not os.path.exists('makebuildserver.py') or not os.path.exists(serverdir):
if not os.path.exists('makebuildserver') or not os.path.exists(serverdir):
print 'This must be run from the correct directory!'
sys.exit(1)