Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Sep 11, 2019
1 parent 9493891 commit 2c0b9cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kiss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c0b9cb

Please sign in to comment.