pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/pkginstall Add messages noting when the PRE-INSTALL...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ee23305ba887
branches: trunk
changeset: 516341:ee23305ba887
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Jul 19 18:05:35 2006 +0000
description:
Add messages noting when the PRE-INSTALL and POST-INSTALL actions are run.
diffstat:
mk/pkginstall/bsd.pkginstall.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r f8fd84d49dbb -r ee23305ba887 mk/pkginstall/bsd.pkginstall.mk
--- a/mk/pkginstall/bsd.pkginstall.mk Wed Jul 19 17:55:31 2006 +0000
+++ b/mk/pkginstall/bsd.pkginstall.mk Wed Jul 19 18:05:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkginstall.mk,v 1.13 2006/07/05 22:21:03 jlam Exp $
+# $NetBSD: bsd.pkginstall.mk,v 1.14 2006/07/19 18:05:35 jlam Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and implements the
# common INSTALL/DEINSTALL scripts framework. To use the pkginstall
@@ -905,6 +905,7 @@
pre-install-script:
${_PKG_SILENT}${_PKG_DEBUG} \
if ${TEST} -x ${INSTALL_FILE}; then \
+ ${STEP_MSG} "Running PRE-INSTALL script actions"; \
cd ${PKG_DB_TMPDIR} && ${SETENV} ${INSTALL_SCRIPTS_ENV} \
${_PKG_DEBUG_SCRIPT} ${INSTALL_FILE} ${PKGNAME} \
PRE-INSTALL; \
@@ -913,6 +914,7 @@
post-install-script:
${_PKG_SILENT}${_PKG_DEBUG} \
if ${TEST} -x ${INSTALL_FILE}; then \
+ ${STEP_MSG} "Running POST-INSTALL script actions"; \
cd ${PKG_DB_TMPDIR} && ${SETENV} ${INSTALL_SCRIPTS_ENV} \
${_PKG_DEBUG_SCRIPT} ${INSTALL_FILE} ${PKGNAME} \
POST-INSTALL; \
Home |
Main Index |
Thread Index |
Old Index