mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 16:40:07 -07:00
kiss: remove unneeded KISS_ROOT
This commit is contained in:
parent
f4ea3cf382
commit
db08bf7bac
3
kiss
3
kiss
@ -588,8 +588,7 @@ pkg_conflicts() {
|
|||||||
|
|
||||||
# Filter the existing file list through the manifest of the
|
# Filter the existing file list through the manifest of the
|
||||||
# presently installed version of the package (if it exists).
|
# presently installed version of the package (if it exists).
|
||||||
grep -svFxf "$KISS_ROOT/$sys_db/$2/manifest" - \
|
grep -svFxf "$sys_db/$2/manifest" - 2>/dev/null > "$cac_dir/$pid-m"
|
||||||
2>/dev/null > "$cac_dir/$pid-m"
|
|
||||||
|
|
||||||
# If the generated manifest contains matches, check the
|
# If the generated manifest contains matches, check the
|
||||||
# contents for conflicts.
|
# contents for conflicts.
|
||||||
|
Loading…
Reference in New Issue
Block a user