~bernd-sch/onehundredscopes/sshsearch

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bernd Schlapsi
  • Date: 2012-01-15 09:30:52 UTC
  • Revision ID: brot@gmx.info-20120115093052-vlb4u7i2nq2s8miq
Moved daemon install path. Will now install in /opt/unity-scope-spotify/ as per new packeing standard.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    data_files=[
14
14
        ('share/unity/lenses/sshsearch', ['sshsearch.lens']),
15
15
        ('share/dbus-1/services', ['unity-lens-sshsearch.service']),
16
 
        ('lib/unity-lens-sshsearch', ['src/unity-lens-sshsearch.py']),
17
 
        ('lib/unity-lens-sshsearch', ['data/unity-lens-sshsearch.svg']),
 
16
        ('/opt/unity-lens-sshsearch', ['src/unity-lens-sshsearch.py']),
 
17
        ('/opt/unity-lens-sshsearch', ['data/unity-lens-sshsearch.svg']),
18
18
    ],
19
19
    cmdclass={"build": build_extra.build_extra, }
20
20
)