diff options
-rw-r--r-- | sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild (renamed from sys-cluster/sanlock/sanlock-3.4.0.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/sanlock/sanlock-3.4.0.ebuild b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild index a235166a20a..ff55baff61a 100644 --- a/sys-cluster/sanlock/sanlock-3.4.0.ebuild +++ b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild @@ -40,8 +40,9 @@ pkg_setup() { } pkg_preinst() { - enewuser sanlock enewgroup sanlock + enewuser sanlock -1 -1 -1 sanlock,disk + } src_compile() { |