summaryrefslogtreecommitdiff
path: root/mk/install
diff options
context:
space:
mode:
authorjlam <jlam>2002-01-23 15:02:27 +0000
committerjlam <jlam>2002-01-23 15:02:27 +0000
commit7db18da4b70c24f68cc2c6aedce0a9fa76e78b4a (patch)
treef80007b3bcf986719ed562022b12a771ea6903c9 /mk/install
parent5766b16f4135eb3008efd7ee6b46f818ec7a0fd1 (diff)
downloadpkgsrc-7db18da4b70c24f68cc2c6aedce0a9fa76e78b4a.tar.gz
Be more pervasive with previous change.
Diffstat (limited to 'mk/install')
-rw-r--r--mk/install/install11
1 files changed, 7 insertions, 4 deletions
diff --git a/mk/install/install b/mk/install/install
index dab450e2090..cde5d30a3ec 100644
--- a/mk/install/install
+++ b/mk/install/install
@@ -1,6 +1,6 @@
# start of install
#
-# $NetBSD: install,v 1.7 2002/01/23 15:01:08 jlam Exp $
+# $NetBSD: install,v 1.8 2002/01/23 15:02:27 jlam Exp $
case ${STAGE} in
PRE-INSTALL)
@@ -102,7 +102,8 @@ POST-INSTALL)
if [ -e "${file}" ]
then
- ${ECHO} " ${file} already exists"
+ ${ECHO} " ${file} already exists, example file is"
+ ${ECHO} " ${samplefile}"
else
if [ -e "${samplefile}" ]
then
@@ -139,7 +140,8 @@ POST-INSTALL)
if [ -e ${file} ]
then
- ${ECHO} " ${file} already exists"
+ ${ECHO} " ${file} already exists, example file is"
+ ${ECHO} " ${samplefile}"
else
if [ -e "${samplefile}" ]
then
@@ -159,7 +161,8 @@ POST-INSTALL)
if [ -e "${file}" ]
then
- ${ECHO} " ${file} already exists"
+ ${ECHO} " ${file} already exists, example file is"
+ ${ECHO} " ${samplefile}"
else
if [ -e "${samplefile}" ]
then