Searched refs:install_args (Results 1 – 3 of 3) sorted by relevance
71 def run_install(self, install_args=''): argument72 return self._run('cd %s; make install %s' % (self.targetdir, install_args))134 def run_install(self, install_args=''): argument135 …return super(SDKBuildProject, self).run_install(install_args=(install_args or "DESTDIR=%s/../insta…
57 def run_install(self, install_args=''): argument58 return self._run('cd %s; make install %s' % (self.targetdir, install_args))
37 def run_install(self, install_args=''): argument38 …return super(SDKBuildProject, self).run_install(install_args=(install_args or "DESTDIR=%s/../insta…