Home | History | Annotate | Download | only in bin

Lines Matching refs:dep_dir

464             dep_dir = os.path.join(self.autodir, 'deps', dep)
468 self.install_pkg(dep, 'dep', dep_dir)
473 # dep_dir might not exist if it is not fetched from the repos
474 if not os.path.exists(dep_dir):
477 os.chdir(dep_dir)