aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2019-11-21 00:47:21 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2019-11-21 00:47:21 +0000
commitca08fb940579cf9f4117133bcabeeb74d4da544a (patch)
tree3658373c654096d682189d54180113d43b52111a
parentba7d98bee081198090bbc4eaea397aa41391256c (diff)
downloadcpt-ca08fb940579cf9f4117133bcabeeb74d4da544a.tar.gz
kiss: remove unneeded KISS_ROOT
FossilOrigin-Name: 6faeb580edab996aa580cbbd1492689b5469875d7ea94882df4172220dcc1295
-rwxr-xr-xkiss3
1 files changed, 1 insertions, 2 deletions
diff --git a/kiss b/kiss
index 8a30e95..9847c1a 100755
--- a/kiss
+++ b/kiss
@@ -588,8 +588,7 @@ pkg_conflicts() {
# Filter the existing file list through the manifest of the
# presently installed version of the package (if it exists).
- grep -svFxf "$KISS_ROOT/$sys_db/$2/manifest" - \
- 2>/dev/null > "$cac_dir/$pid-m"
+ grep -svFxf "$sys_db/$2/manifest" - 2>/dev/null > "$cac_dir/$pid-m"
# If the generated manifest contains matches, check the
# contents for conflicts.