aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2019-06-30 08:35:53 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2019-06-30 08:35:53 +0000
commit7bec421e0bf5533ab96ca7f091cda4748ba92b82 (patch)
tree4417755e24a1f20e03ca789841c80f1c63c5dcfc /kiss
parent5464b3b7555d4f0403d7e3269f163d487227382c (diff)
downloadcpt-7bec421e0bf5533ab96ca7f091cda4748ba92b82.tar.gz
kiss: Added more messages.
FossilOrigin-Name: 3a035ee0aa7849cdb9ccdf0778abee6e8d1f6f0a1767b828ee05dd0b2ab2507e
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss5
1 files changed, 4 insertions, 1 deletions
diff --git a/kiss b/kiss
index 03c3b5a..d400d59 100755
--- a/kiss
+++ b/kiss
@@ -276,6 +276,7 @@ pkg_verify() {
pkg_strip() {
# Strip package binaries and libraries. This saves space on the
# system as well as on the tarballs we ship for installation.
+ log "[$1]: Stripping binaries and libraries..."
# Find the package's repository files. This needs to keep
# happening as we can't store this data in any kind of data
@@ -309,7 +310,8 @@ pkg_manifest() (
# Generate the package's manifest file. This is a list of each file
# and directory inside the package. The file is used when uninstalling
# packages, checking for package conflicts and for general debugging.
- #
+ log "[$1]: Generating manifest..."
+
# This funcion runs as a subshell to avoid having to 'cd' back to the
# prior directory before being able to continue.
cd "$pkg_dir/$1"
@@ -326,6 +328,7 @@ pkg_manifest() (
pkg_tar() {
# Create a tarball from the built package's files.
# This tarball also contains the package's database entry.
+ log "[$1]: Creating tarball..."
# Find the package's repository files. This needs to keep
# happening as we can't store this data in any kind of data