Make bbread spit out a nicer error when it encounters an IOError.
[vuplus_bitbake] / setup.py
index 4c71b66..f90c3e0 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ setup(name='bitbake',
       author_email='clarson@elinux.org',
       packages=['bb', 'bb.parse'],
       package_dir={'bb': os.path.join('lib', 'bb')},
-      scripts=[os.path.join('bin', 'bbmake'),
+      scripts=[os.path.join('bin', 'bitbake'),
                os.path.join('bin', 'bbread'), 
                os.path.join('bin', 'bbimage')],
       data_files=[(os.path.join(bbdir, 'conf'), [os.path.join('conf', 'bitbake.conf')]),