1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-09-28 12:22:39 -06:00

kiss: fix pkg_find exit

This commit is contained in:
Dylan Araps 2019-09-14 16:13:08 +03:00
parent 498d596352
commit cbd0a910ae

2
kiss
View File

@ -618,7 +618,7 @@ pkg_install() {
else
# Read the version information to name the package.
read -r version release 2>/dev/null < "$(pkg_find "$1")/version"
read -r version release < "$(pkg_find "$1")/version"
# Construct the name of the package tarball.
tar_name=$1\#$version-$release.tar.gz