diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-11-21 00:47:21 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-11-21 00:47:21 +0000 |
commit | ca08fb940579cf9f4117133bcabeeb74d4da544a (patch) | |
tree | 3658373c654096d682189d54180113d43b52111a /kiss | |
parent | ba7d98bee081198090bbc4eaea397aa41391256c (diff) | |
download | cpt-ca08fb940579cf9f4117133bcabeeb74d4da544a.tar.gz |
kiss: remove unneeded KISS_ROOT
FossilOrigin-Name: 6faeb580edab996aa580cbbd1492689b5469875d7ea94882df4172220dcc1295
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |