kiss: Don't send release to build files

This commit is contained in:
Dylan Araps 2020-05-11 14:07:08 +03:00
parent 2e2eb3c860
commit cc665bf849
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -718,7 +718,7 @@ pkg_build() {
# Log the version so we can pass it to the package build file
# for the occasional use.
read -r build_version < "$repo_dir/version"
read -r build_version _ < "$repo_dir/version"
log "$pkg" "Starting build"
run_hook pre-build "$pkg" "$pkg_dir/$pkg"