mk_source_dir "$SOURCE_DIRECTORY" &&
cd "$SOURCE_DIRECTORY" &&
for src in '' $(get_source_nums); do
  unpack_file "$src" || return 1
done
