summaryrefslogtreecommitdiffstats
path: root/system/colord/colord.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/colord/colord.SlackBuild')
-rw-r--r--system/colord/colord.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/colord/colord.SlackBuild b/system/colord/colord.SlackBuild
index abb8568f4c..7ea156f680 100644
--- a/system/colord/colord.SlackBuild
+++ b/system/colord/colord.SlackBuild
@@ -37,8 +37,8 @@ fi
bailout() {
printf "This requires a \"colord\" user and group.\n"
- printf "groupadd -g 297 colord\n"
- printf "useradd -d /var/lib/colord -u 297 -g colord -s /bin/false colord"
+ printf "groupadd -g 303 colord\n"
+ printf "useradd -d /var/lib/colord -u 303 -g colord -s /bin/false colord"
exit 1
}