~ps-jenkins/unity-scope-firefoxbookmarks/latestsnapshot-0.1daily13.06.05-0ubuntu1

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: David Callé
  • Date: 2013-03-14 12:27:56 UTC
  • Revision ID: davidc@framli.eu-20130314122756-4t6ebc131t0pskif
Install to /usr/share/unity-scopes, fix service file accordingly

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
      license='GNU General Public License (GPL)',
18
18
      data_files=[('share/dbus-1/services', ['data/unity-scope-firefoxbookmarks.service']),
19
19
                  #('share/icons/unity-icon-theme/places/svg', ['data/icons/service-firefoxbookmarks.svg']),
20
 
                  ('lib/ubuntu-scopes/firefoxbookmarks', ['src/unity_firefoxbookmarks_daemon.py']),
21
 
                  ('lib/ubuntu-scopes/firefoxbookmarks', ['src/__init__.py']), ],
 
20
                  ('share/unity-scopes/firefoxbookmarks', ['src/unity_firefoxbookmarks_daemon.py']),
 
21
                  ('share/unity-scopes/firefoxbookmarks', ['src/__init__.py']), ],
22
22
      cmdclass={'build': build_extra.build_extra,
23
23
                'build_i18n': build_i18n.build_i18n, })