diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-11 11:34:31 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-11 11:34:31 +0000 |
commit | 63ab2b3666f7a359250b8a370a3e897a99834fe5 (patch) | |
tree | a5218f80dba0777a047f5baec4f0a63d7447d2bd | |
parent | f5568ab1d26884980504e5f20b357997daf33e34 (diff) | |
download | cpt-63ab2b3666f7a359250b8a370a3e897a99834fe5.tar.gz |
docs: update
FossilOrigin-Name: 5b576ab703b7c67b928f5be1fd93d933b8a75b847919df6b84a1cc8a35d6718f
-rwxr-xr-x | kiss | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -532,13 +532,12 @@ pkg_checksums() { pkg_conflicts() { # Check to see if a package conflicts with another. - # This function takes a path to a KISS tar-ball as an argument. log "[$2] Checking for package conflicts" cd "$sys_db" set +ef - # Extract manifest from tarball and only print file which + # Extract manifest from tarball and only print files which # exist in the filesystem. It's pointless to check for conflicts # with files which don't presently exist. tar xf "$1" -O "./$pkg_db/$2/manifest" | while read -r file; do |