summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authorobache <obache>2013-02-20 12:44:14 +0000
committerobache <obache>2013-02-20 12:44:14 +0000
commit4d09472b7871cb358ac32b9e8c3d051ba331dfd7 (patch)
treeed396997b5c8e20ffa6df2a31cdffee83dac5577 /bootstrap/bootstrap
parentfccf0eb294d237df80b31e11026c4ffe5fa8a845 (diff)
downloadpkgsrc-4d09472b7871cb358ac32b9e8c3d051ba331dfd7.tar.gz
Use Administrators for ROOT_GROUP of Cygwin instead of Administrator.
Diffstat (limited to 'bootstrap/bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 4180694a29a..01b0e23315e 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.188 2013/02/20 11:04:26 obache Exp $
+# $NetBSD: bootstrap,v 1.189 2013/02/20 12:44:14 obache Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -475,7 +475,7 @@ CYGWIN_*)
return 1
}
root_user=`id -u`
- root_group=`id -g Administrator`
+ root_group=`id -g Administrators`
need_bsd_install=no
opsys=`uname -o`
need_awk=no