summaryrefslogtreecommitdiff
path: root/mk/install
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2019-01-22 14:29:44 +0000
committerroy <roy@pkgsrc.org>2019-01-22 14:29:44 +0000
commit6a44ffa3358dfe84569b497ba426fdbba0448b02 (patch)
tree174f1732ea65d420fe7d655dbbcf8934317705df /mk/install
parent69055c8921a456687009d3b3780dc36831d539ea (diff)
downloadpkgsrc-6a44ffa3358dfe84569b497ba426fdbba0448b02.tar.gz
Call replace-names before SU
This allows the replace target to work with OBJ on NFS where root isn't allowed.
Diffstat (limited to 'mk/install')
-rw-r--r--mk/install/replace.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/install/replace.mk b/mk/install/replace.mk
index 9c30da0a10c..73aaa046065 100644
--- a/mk/install/replace.mk
+++ b/mk/install/replace.mk
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.18 2016/04/10 15:58:02 joerg Exp $
+# $NetBSD: replace.mk,v 1.19 2019/01/22 14:29:44 roy Exp $
#
# Public targets:
#
@@ -28,6 +28,7 @@ _REPLACE_TARGETS+= stage-package-create
_REPLACE_TARGETS+= package
.endif
_REPLACE_TARGETS+= replace-message
+_REPLACE_TARGETS+= replace-names
_REPLACE_TARGETS+= unprivileged-install-hook
#