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
|
signature_files[s] = filepath
|
||||||
continue
|
continue
|
||||||
non_exec_files.append(filepath)
|
non_exec_files.append(filepath)
|
||||||
if not exec_file
|
if not exec_file:
|
||||||
print >>sys.stderr, " Ignoring directory (no executable found)", dir
|
print >>sys.stderr, " Ignoring directory (no executable found - it has to be named the same as the directory)", dir
|
||||||
return
|
return
|
||||||
add_files(app = app,
|
add_files(app = app,
|
||||||
match = match,
|
match = match,
|
||||||
|
|
Loading…
Reference in New Issue