blob: dd31483e93288c86dfd4a31f18852401df66156c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ao,v 1.4 2008/02/23 05:16:34 obache Exp $
--- configure.orig 2008-02-23 04:22:56.000000000 +0000
+++ configure
@@ -186,6 +186,8 @@ if [ ! -f "$SHELL" ]; then
fi
fi
+BINOWN=${BINOWN:-root}
+BINGRP=${BINGRP:-wheel}
##
## determine default parameters
##
@@ -1259,6 +1261,8 @@ sed <Makefile.tmpl >$mkf \
-e "s%@PLATFORM@%$PLATFORM%g" \
-e "s%@PERL@%$PERL%g" \
-e "s%@TAR@%$TAR%g" \
+-e "s%@BINOWN@%$BINOWN%g" \
+-e "s%@BINGRP@%$BINGRP%g" \
-e "s%@TAROPT@%$TAROPT%g" \
-e "s%@SRC@%$src%g" \
-e "s%@MKF@%$mkf%g" \
|