mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3695
This commit is contained in:
parent
abe11e77ca
commit
32318835f6
|
@ -205,8 +205,8 @@ def find_versions__process_bundle(app, match, dir):
|
|||
signature_files[s] = filepath
|
||||
continue
|
||||
non_exec_files.append(filepath)
|
||||
if not exec_file
|
||||
print >>sys.stderr, " Ignoring directory (no executable found)", dir
|
||||
if not exec_file:
|
||||
print >>sys.stderr, " Ignoring directory (no executable found - it has to be named the same as the directory)", dir
|
||||
return
|
||||
add_files(app = app,
|
||||
match = match,
|
||||
|
|
Loading…
Reference in New Issue