summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2005-11-07 06:52:24 +0000
committerjlam <jlam>2005-11-07 06:52:24 +0000
commit4f412358125ca983e221cdf1e8ce742b7cf24779 (patch)
tree6c9a2e149c86db8ae01812f40ad4e4d7098d211d /pkgtools/pkg_install/Makefile
parent30cd335130b76656ea895ecf677e52efee689110 (diff)
downloadpkgsrc-4f412358125ca983e221cdf1e8ce742b7cf24779.tar.gz
Use the hard-coded ${PKG_TOOLS_BIN} variable as the correct location of
the pkg_admin binary.
Diffstat (limited to 'pkgtools/pkg_install/Makefile')
-rw-r--r--pkgtools/pkg_install/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 640451ab672..106f88924cb 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.119 2005/11/07 06:32:58 jlam Exp $
+# $NetBSD: Makefile,v 1.120 2005/11/07 06:52:24 jlam Exp $
# Notes to package maintainers:
#
@@ -79,6 +79,7 @@ do-extract:
post-build:
${SED} -e "s|@PKG_DBDIR@|${PKG_DBDIR}|g" \
+ -e "s|@PKG_TOOLS_BIN@|${PKG_TOOLS_BIN}|g" \
-e "s|@MKDIR@|${MKDIR}|g" \
${PKGDIR}/INSTALL > ${INSTALL_FILE}
${CHMOD} +x ${INSTALL_FILE}