~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/link-external-sourcecode

Fix yui directory issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
    for source, destination in missing_files:
138
138
        link(source, destination)
139
139
 
140
 
    for folder_name in ('download-cache', 'eggs'):
 
140
    for folder_name in ('download-cache', 'eggs', 'yui'):
141
141
        source = abspath(join(options.parent, folder_name))
142
142
        destination = abspath(join(options.target, folder_name))
143
143
        if not exists(destination):