mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Merge the uid/gid username/groupname install target fixup to all packages.
Merge of master-melb:xfs-cmds:26582a by kenmcd.
This commit is contained in:
Vendored
+3
-3
@@ -199,7 +199,7 @@ AC_DEFUN([AC_PACKAGE_WANT_GDBM],
|
||||
AC_SUBST(have_db)
|
||||
])
|
||||
|
||||
#
|
||||
#
|
||||
# Generic macro, sets up all of the global packaging variables.
|
||||
# The following environment variables may be set to override defaults:
|
||||
# DEBUG OPTIMIZER MALLOCLIB PLATFORM DISTRIBUTION INSTALL_USER INSTALL_GROUP
|
||||
@@ -228,11 +228,11 @@ AC_DEFUN([AC_PACKAGE_GLOBALS],
|
||||
malloc_lib="$MALLOCLIB"
|
||||
AC_SUBST(malloc_lib)
|
||||
|
||||
pkg_user=`id -u`
|
||||
pkg_user=`id -u -n`
|
||||
test -z "$INSTALL_USER" || pkg_user="$INSTALL_USER"
|
||||
AC_SUBST(pkg_user)
|
||||
|
||||
pkg_group=`id -g`
|
||||
pkg_group=`id -g -n`
|
||||
test -z "$INSTALL_GROUP" || pkg_group="$INSTALL_GROUP"
|
||||
AC_SUBST(pkg_group)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user