kiss: Remove unneeded variable

This commit is contained in:
Dylan Araps 2020-02-20 00:46:12 +02:00
parent 7216124e90
commit 1113ae5770
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 4 deletions

6
kiss
View File

@ -902,12 +902,10 @@ pkg_install() {
read -r version release < "$(pkg_find "$1")/version"
# Construct the name of the package tarball.
tar_name=$1\#$version-$release.tar.gz
tar_file=$bin_dir/$1\#$version-$release.tar.gz
[ -f "$bin_dir/$tar_name" ] ||
[ -f "$tar_file" ] ||
die "Package '$1' has not been built, run 'kiss build $1'"
tar_file=$bin_dir/$tar_name
fi
# Figure out which package the tar-ball installs by checking for