]> git.alrj.org Git - bold.git/blobdiff - bold
Correct stupid bugs.
[bold.git] / bold
diff --git a/bold b/bold
index cbeeac549583abaf52b5dca45b30bc51d1295ca2..74428bdcb49f8f089d267d3ca8c73d44ddb3a21e 100755 (executable)
--- 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