~iaz/gruboot/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: ivan.a.zorin at gmail
  • Date: 2011-05-09 17:44:44 UTC
  • Revision ID: ivan.a.zorin@gmail.com-20110509174444-t0tex5gvzrkvbghy
Change install location for mainline script from sbin to bin

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        packages = [
36
36
                "gruboot",
37
37
        ],
38
 
        data_files=[('/usr/sbin', ['gruboot']),
 
38
        data_files=[('/usr/bin', ['gruboot']),
39
39
                ('/usr/share/applications', ['gruboot.desktop']),
40
40
                ('/usr/share/pixmaps', ['icons/gruboot-logo.png']),
41
41
        ],