[X2Go-Commits] [buildscripts] 01/04: bin/build-rpm-package: fix comments about mock user NOT existing.
git-admin at x2go.org
git-admin at x2go.org
Thu Sep 5 01:07:22 CEST 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository buildscripts.
commit e4996ab08dee8b8ea9e908e592df25ad022cd2d6
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed Sep 4 00:47:40 2019 +0200
bin/build-rpm-package: fix comments about mock user NOT existing.
---
bin/build-rpm-package | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/build-rpm-package b/bin/build-rpm-package
index 40dbfcd..e9df149 100755
--- a/bin/build-rpm-package
+++ b/bin/build-rpm-package
@@ -1095,7 +1095,7 @@ build_packages() {
if [ "x${l_DIST}" = "xfedora" ] || [ "x${l_DIST}" = "xepel" ]; then
# Previously used ~mock here, but don't, since on typical systems
# (no matter whether Debian, CentOS or Fedora), a "mock" user does
- # exist - only a "mock" group.
+ # not exist - only a "mock" group.
# /var/lib/mock is hardcoded in mock's man page as the chroots
# location, so use the same hardcoded value.
while [ -d "/var/lib/mock/${l_DIST}-${l_CODENAME}-${base_arch}" ]; do
@@ -1196,7 +1196,7 @@ build_packages() {
else
# Previously used ~mock here, but don't, since on typical systems
# (no matter whether Debian, CentOS or Fedora), a "mock" user does
- # exist - only a "mock" group.
+ # not exist - only a "mock" group.
# /var/lib/mock is hardcoded in mock's man page as the chroots
# location, so use the same hardcoded value.
while [ -d "/var/lib/mock/${l_DIST}-${l_CODENAME}-${l_ARCH}" ]; do
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
More information about the x2go-commits
mailing list