summaryrefslogtreecommitdiff
path: root/plugins/audit_json
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2021-04-06 14:23:38 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2021-04-06 14:23:38 -0600
commit4b6c86e25f9eca8a414d686095b9217d641c43ee (patch)
tree8434f61ac9e651035d9747e1d2b59a3c7dfd2190 /plugins/audit_json
parentd4c0f719109eb8f4e870e36ab3b8323a2d4a17b3 (diff)
downloadsudo-4b6c86e25f9eca8a414d686095b9217d641c43ee.tar.gz
Move autoconf auxiliary files to the scripts directory.
Diffstat (limited to 'plugins/audit_json')
-rw-r--r--plugins/audit_json/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/audit_json/Makefile.in b/plugins/audit_json/Makefile.in
index 8d0357fc8..1e0f08e7b 100644
--- a/plugins/audit_json/Makefile.in
+++ b/plugins/audit_json/Makefile.in
@@ -35,7 +35,7 @@ SED = @SED@
AWK = @AWK@
# Our install program supports extra flags...
-INSTALL = $(SHELL) $(top_srcdir)/install-sh -c
+INSTALL = $(SHELL) $(scriptdir)/install-sh -c
INSTALL_OWNER = -o $(install_uid) -g $(install_gid)
INSTALL_BACKUP = @INSTALL_BACKUP@