diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-07-19 22:15:01 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-07-19 22:15:01 +0000 |
commit | 231671ead574ed475ae39ec5549153f09672b7c2 (patch) | |
tree | 32e200f69f4828b648575e35d0d19d18b1844f2a | |
parent | b53e26a9aa91fdff7186bf9e4426df96d4aa20dc (diff) | |
download | cpt-231671ead574ed475ae39ec5549153f09672b7c2.tar.gz |
kiss: Fix install bug.
FossilOrigin-Name: f9619644e526b074b0531b5764a4157ac9f12072138df9419dc3da9676922230
-rwxr-xr-x | kiss | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -674,7 +674,6 @@ pkg_install() { # Figure out which package the tar-ball installs by checking for # a database entry inside the tar-ball. If no database entry exists, # exit here as the tar-ball is *most likely* not a KISS package. - tar tf "$tar_file" 2>&1 | less pkg_name=$(tar tf "$tar_file" | grep -x "\./$pkg_db/.*/version") || die "'${tar_file##*/}' is not a valid KISS package." |