Note the end of the install-dirs unpack template within the INSTALL
script.
This commit is contained in:
parent
f9d620373a
commit
0d547bd690
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.pkg.install.mk,v 1.74 2005/01/28 07:37:55 jlam Exp $
|
||||
# $NetBSD: bsd.pkg.install.mk,v 1.75 2005/01/28 07:39:13 jlam Exp $
|
||||
#
|
||||
# This Makefile fragment is included by bsd.pkg.mk to use the common
|
||||
# INSTALL/DEINSTALL scripts. To use this Makefile fragment, simply:
|
||||
|
@ -299,6 +299,8 @@ ${INSTALL_DIRS_FILE}: ../../mk/install/dirs
|
|||
${ECHO} " \$${CHMOD} +x ./+DIRS"; \
|
||||
${ECHO} " ;;"; \
|
||||
${ECHO} "esac"; \
|
||||
${ECHO} ""; \
|
||||
${ECHO} "# end of install-dirs"; \
|
||||
} > ${.TARGET}.tmp; \
|
||||
${MV} -f ${.TARGET}.tmp ${.TARGET}
|
||||
|
||||
|
|
Loading…
Reference in a new issue