Fix postinstall message for builds with "${DESTDIR}" set to "/".

This commit is contained in:
tron 2002-12-30 12:24:45 +00:00
parent eabbfc15c6
commit f0df353967
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: postinstall,v 1.42 2002/12/27 00:04:49 lukem Exp $
# $NetBSD: postinstall,v 1.43 2002/12/30 12:24:45 tron Exp $
#
# Copyright (c) 2002 The NetBSD Foundation, Inc.
# All rights reserved.
@ -758,7 +758,7 @@ main()
if [ -n "${items_failed}" -a "${op}" = "check" ]; then
cat <<_Fix_me_
To fix, run:
${0} -s ${SRC_DIR} -d ${DEST_DIR} fix${items_failed}
${0} -s ${SRC_DIR} -d ${DEST_DIR}/ fix${items_failed}
_Fix_me_
fi