GNOME Bugzilla – Bug 551950
build fails when "gdm" group doesn't exisxt
Last modified: 2008-09-22 15:44:29 UTC
r6495 fails to build on build slaves as they mandate a "gdm" group to exist beforehand.
Created attachment 119162 [details] [review] don't abort on chown failure Fixed it just like the others chown calls, adding || : to prevent the command to fail.
Commited after release team approval. 2008-09-22 Frederic Peters <fpeters@0d.be> * data/Makefile.am: don't abort on chown failing when gdm user does not exist. (closes: #551950)