X-Git-Url: https://git.alrj.org/?p=bold.git;a=blobdiff_plain;f=bold;h=74428bdcb49f8f089d267d3ca8c73d44ddb3a21e;hp=cbeeac549583abaf52b5dca45b30bc51d1295ca2;hb=11e867f1fbccaa1d55e0406ba6c970492f22e56a;hpb=2513fd6b1f728766c9a13ebf8cda8355f6288626 diff --git a/bold b/bold index cbeeac5..74428bd 100755 --- a/bold +++ b/bold @@ -80,13 +80,13 @@ def main(): options.raw = False if not options.raw: - for d in ['.', 'data', '/usr/lib/bold/', '/usr/local/lib/bold']: + for d in ['.', 'runtime', '/usr/lib/bold/', '/usr/local/lib/bold']: f = os.path.join(d, 'bold_ibh-x86_64.o') if os.path.isfile(f): objects.append(f) break else: - print >>sys.stderr, "Could not find boldsymres-x86_64.o." + print >>sys.stderr, "Could not find bold_ibh-x86_64.o." return 1