mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix pkg-install's user detection
PR: ports/119935 Submitted by: Simon Shapiro <simon@niftywerks.com>
This commit is contained in:
parent
13f552dc0b
commit
0517a32fc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206137
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||||
|
||||
PREFIX=${PKG_PREFIX:-%%PREFIX%%}
|
||||
UID=`id -u ${USER}`
|
||||
UID=`id -u`
|
||||
|
||||
addGroup() {
|
||||
NGROUP=$1
|
||||
|
|
Loading…
Add table
Reference in a new issue