Searched refs:package_path (Results 1 – 2 of 2) sorted by relevance
24 def extract(package_path, dest_path, package_name, current_os): argument31 with tarfile.open(package_path, 'r:gz') as tar:35 package_path = os.path.join(temp_package_path, 'package')38 shutil.copytree(package_path, dest_package_path, symlinks=True, dirs_exist_ok=True)
39 package_path="$current_dir/package"45 echo "move $package_path to override $target_dir"50 mv $package_path $target_dir