diff options
Diffstat (limited to 'contrib/cpt-manifest')
-rwxr-xr-x | contrib/cpt-manifest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cpt-manifest b/contrib/cpt-manifest index bb9afc8..8f8b83c 100755 --- a/contrib/cpt-manifest +++ b/contrib/cpt-manifest @@ -2,5 +2,5 @@ # Display all files owned by a package case "$1" in ''|--help|-h) printf '\033[1;33m-> \033[m%s\n' "usage: ${0##*/} [pkg]" ; exit 0 ; esac -kiss l "$1" >/dev/null -cat "$KISS_ROOT/var/db/kiss/installed/$1/manifest" 2>/dev/null +cpt-list "$1" >/dev/null +cat "$CPT_ROOT/var/db/cpt/installed/$1/manifest" 2>/dev/null |