~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to setup/setuputil.py

  • Committer: wagrant
  • Date: 2008-07-10 02:22:27 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:840
setup: rsync one directory higher. We were too low before.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
    
126
126
    # Try to do the copy with rsync, if that fails just copy
127
127
    try:
128
 
        action_runprog(RSYNC, ['-a','--delete',src,dst], dry)
 
128
        action_runprog(RSYNC, ['-a','--delete',src + '/',dst], dry)
129
129
    except RunError:
130
130
        print "cp -r", src, dst
131
131
        if dry: return