~sergiusens/account-polld/twitter_avatar

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: CI bot
  • Author(s): Sergio Schvezov
  • Date: 2014-07-25 21:25:29 UTC
  • mfrom: (15.1.1 oa_fixes)
  • Revision ID: ps-jenkins@lists.canonical.com-20140725212529-yrvad765t2tx328x
Minor fixes to paths and updates to use the system credentials. 
Approved by: PS Jenkins bot

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 \