From ca08fb940579cf9f4117133bcabeeb74d4da544a Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Thu, 21 Nov 2019 00:47:21 +0000 Subject: kiss: remove unneeded KISS_ROOT FossilOrigin-Name: 6faeb580edab996aa580cbbd1492689b5469875d7ea94882df4172220dcc1295 --- kiss | 3 +-- 1 file changed, 1 insertion(+), 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. -- cgit v1.2.3