sci-biology/foldingathome: add enewgroup

Closes: https://bugs.gentoo.org/711418
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
This commit is contained in:
Ian Stakenvicius
2020-03-04 23:39:56 -05:00
parent 6d2ad7a887
commit 73f5be2b2f

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -43,6 +43,7 @@ pkg_setup() {
elog "(ref: http://foldingforum.org/viewtopic.php?f=16&t=22524&p=241992#p241992 )"
elog ""
enewgroup foldingathome
enewuser foldingathome -1 -1 "${EPREFIX}"/opt/foldingathome
}