Skip to content
Snippets Groups Projects
Verified Commit 1c8a23d6 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

systemd/systemd: fix typo in pre-install (MR 5468)

The space here caused this install script to attempt to create a group
named '2' and add a user named 'sgx' to it.

[ci:skip-build] already built successfully in CI
parent b3b5e33f
Branches
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
pkgname=systemd
pkgver=256
_pkgver="musl-v${pkgver//_/-}"
pkgrel=1
pkgrel=2
pkgdesc="System and service manager"
url="https://github.com/systemd/systemd"
arch="all !ppc64le !armhf !s390x" # blocked by pmboostrap not supporting
......
......@@ -7,6 +7,6 @@ adduser -S -H -D -h / -s /usr/sbin/nologin -g 'systemd Core Dumper' systemd-core
addgroup -S systemd-network 2>/dev/null
addgroup -S systemd-journal 2>/dev/null
addgroup -S render 2>/dev/null
addgroup -S sgx 2 >/dev/null
addgroup -S sgx 2>/dev/null
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment