kiss: remove unneeded KISS_ROOT

This commit is contained in:
Dylan Araps 2019-11-21 00:47:22 +00:00
parent f4ea3cf382
commit db08bf7bac
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 2 deletions

3
kiss
View File

@ -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.