summaryrefslogtreecommitdiff
path: root/app/Makefile.inc
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2016-09-14 08:31:48 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2016-09-14 08:31:48 +0000
commit9ee3dc3a1a0d5c369240dd8d21010f4394536207 (patch)
tree42b8bcc988675d0093dc61c38ca856657c4f3e02 /app/Makefile.inc
parentb20c86298f49472f5a7c29c3aa62c9ea6193dae5 (diff)
Make shure that all autotools generated install commands specify a
user and a group.
Diffstat (limited to 'app/Makefile.inc')
-rw-r--r--app/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Makefile.inc b/app/Makefile.inc
index 5f2ec87bd..f108fc5db 100644
--- a/app/Makefile.inc
+++ b/app/Makefile.inc
@@ -1,4 +1,5 @@
.if exists(Makefile.am)
realinstall:
- exec ${MAKE_ENV} ${MAKE} install-strip
+ exec ${MAKE_ENV} ${MAKE} install-strip \
+ INSTALL_STRIP_PROGRAM="/usr/bin/install -s -c -o root -g bin"
.endif