Typos in install script

Bug #733442 reported by allisterbrizan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
freemix
Fix Committed
High
ThomasJefferson

Bug Description

You miss-spelled some of your filenames so /usr/share/freemix isn't created and videosource.py doesn't copy. This is the offending snippet fixed:

      scripts=['src/freemix'],
      py_modules=['controller','engine','gui','sequencer','videosource','videotable'],
      data_files=[
                  ('/usr/share/freemix',['README']),
                  (
                   '/usr/share/freemix/img',['img/freemix.png',
                                        'img/freemix_small.png',
                                        'img/empty.png',
                                        'img/VHSTapeOpen.png']
                  ),
                  (
                   '/usr/share/freemix/docs/',['docs/key_accelerators',
                                          'docs/use']
                  ),
                 ]
      )

Revision history for this message
ThomasJefferson (tjdomingue) wrote :

added it in on my branch....

Changed in freemix:
status: New → Fix Committed
importance: Undecided → High
assignee: nobody → ThomasJefferson (tjdomingue)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.