aboutsummaryrefslogtreecommitdiff
path: root/other/cpt-orphans
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-07-25 11:25:36 +0300
committerCem Keylan <cem@ckyln.com>2020-07-25 11:25:36 +0300
commit38e3bef4a6acd767f5664c773911f8a97fb3ca09 (patch)
treee23dc117c86e4a3a00cd3e28b538a79f0f6e69b5 /other/cpt-orphans
parent47a3723632b82a0d3caf79dbe8ada1eae60dd976 (diff)
downloadcpt-extra-master.tar.gz
cpt-extra: change kiss commands to cpt commandsHEAD20200725master
Diffstat (limited to 'other/cpt-orphans')
-rwxr-xr-xother/cpt-orphans4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/cpt-orphans b/other/cpt-orphans
index fd8b9d1..2616059 100755
--- a/other/cpt-orphans
+++ b/other/cpt-orphans
@@ -10,12 +10,12 @@ case "$1" in ''|--help|-h)
exit 0
esac
-cd "$KISS_ROOT/var/db/kiss/installed/"
+cd "$CPT_ROOT/var/db/cpt/installed/"
for pkg in *; do
case $pkg in
baseinit|baselayout|gcc|pkgconf|e2fsprogs|musl|\
- make|busybox|bzip2|grub|kiss|git|linux-headers)
+ make|busybox|bzip2|grub|cpt|git|linux-headers)
continue
esac