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

« back to all changes in this revision

Viewing changes to ivle/makeuser.py

  • Committer: Matt Giuca
  • Date: 2009-02-25 07:59:41 UTC
  • mfrom: (1113 trunk)
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: matt.giuca@gmail.com-20090225075941-gja0zjpkekt5uqcv
Merged changes from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
        raise Exception("Must run make_jail as root")
194
194
    
195
195
    # tempdir is for putting backup homes in
196
 
    tempdir = os.path.join(ivle.conf.jail_base, '__temp__')
 
196
    tempdir = os.path.join(ivle.conf.jail_src_base, '__temp__')
197
197
    if not os.path.exists(tempdir):
198
198
        os.makedirs(tempdir)
199
199
    elif not os.path.isdir(tempdir):