aboutsummaryrefslogtreecommitdiff
path: root/doc/package-system.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/package-system.txt')
-rw-r--r--doc/package-system.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/package-system.txt b/doc/package-system.txt
index 1e65c51..dcbb5ed 100644
--- a/doc/package-system.txt
+++ b/doc/package-system.txt
@@ -2,9 +2,9 @@ PACKAGE SYSTEM
=================================================================================
-This document talks about the packaging system works with the kiss package
-manager in detail. For information regarding the usage of the package manager
-itself, see the kiss(1) manual page.
+This document talks about the packaging system works with the Carbs Packaging
+Tools in detail. For information regarding the usage of the package manager
+itself, see the cpt(1) manual page.
A package is formed of 4 MANDATORY files. These are,
- BUILD
@@ -19,7 +19,7 @@ The package manager also reacts to the existence of these files,
Any other file can be added to the package directory at the discretion of the
package maintainer. Everything in the package directory will also be added to the
-package database that is located on '/var/db/kiss/installed'. These can be
+package database that is located on '/var/db/cpt/installed'. These can be
patches, configuration files, etc.
@@ -118,7 +118,7 @@ a source to be on a specific directory, you can see the gcc package for that.
CHECKSUMS
---------------------------------------------------------------------------------
-checksums file is generated by the `kiss c pkg` command. It is generated
+checksums file is generated by the `cpt c pkg` command. It is generated
according to the order of the sources file. That's why you shouldn't be editing
it manually. The checksums file is created with the digests of the files using
the sha256 algorithm.
@@ -156,7 +156,7 @@ POST-INSTALL
post-installs have the same requirements as the build script. They will be run
after the package is installed as root (or as the user if the user has write
-permissions on KISS_ROOT).
+permissions on CPT_ROOT).
MESSAGE