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

« back to all changes in this revision

Viewing changes to setup/build.py

  • Committer: matt.giuca
  • Date: 2009-01-11 23:39:33 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1071
Moved all script files into newly created 'bin' directory (cleanup).
Not ./setup.py -- too important.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
        # Note: Other subdirs will be made by copying files
109
109
        if apt_mirror != None:
110
110
            os.environ['MIRROR'] = apt_mirror
111
 
        action_runprog('./buildjail.sh', [], dry)
 
111
        action_runprog('./bin/buildjail.sh', [], dry)
112
112
 
113
113
    # Copy all console and operating system files into the jail
114
114
    action_copylist(install_list.list_scripts, 'jail/opt/ivle', dry)