~sergiusens/account-polld/sound_from_xdg_data

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Sergio Schvezov
  • Date: 2014-07-24 18:56:23 UTC
  • mto: (15.2.2 interval)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: sergio.schvezov@canonical.com-20140724185623-mpsr1efzgpec935d
Now that the gmail API can be used by the system account we should switch back to that.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
                ${CURDIR}/debian/account-polld/usr/bin
29
29
        # setup online accounts service files
30
30
        mkdir -p \
31
 
                ${CURDIR}/debian/account-polld/usr/share/accounts/application \
 
31
                ${CURDIR}/debian/account-polld/usr/share/accounts/applications \
32
32
                ${CURDIR}/debian/account-polld/usr/share/accounts/services \
33
33
                ${CURDIR}/debian/account-polld/usr/share/applications
34
34
        cp ${CURDIR}/data/account-polld.application \
35
 
                ${CURDIR}/debian/account-polld/usr/share/accounts/application/
 
35
                ${CURDIR}/debian/account-polld/usr/share/accounts/applications/
36
36
        cp ${CURDIR}/data/google-gmail-poll.service \
37
37
                ${CURDIR}/debian/account-polld/usr/share/accounts/services/
38
38
        cp ${CURDIR}/data/account-polld.desktop \