make Ubuntu 9.10 happy (thanks to Luke Imhoff for the information)
authorAdrian Schröter <adrian@suse.de>
Mon, 9 Nov 2009 21:18:12 +0000 (21:18 +0000)
committerAdrian Schröter <adrian@suse.de>
Mon, 9 Nov 2009 21:18:12 +0000 (21:18 +0000)
build

diff --git a/build b/build
index 119146d..cfc5db8 100755 (executable)
--- a/build
+++ b/build
@@ -1250,7 +1250,7 @@ for SPECFILE in "${SPECFILES[@]}" ; do
         if ! egrep '^abuild:' >/dev/null <$BUILD_ROOT/etc/passwd ; then
             echo 'abuild::399:399:Autobuild:/home/abuild:/bin/bash' >>$BUILD_ROOT/etc/passwd
             echo 'abuild:*:::::::' >>$BUILD_ROOT/etc/shadow # This is needed on Mandriva 2009
-            echo 'abuild:*:::::::' >>$BUILD_ROOT/etc/gshadow # This is needed on Ubuntu 8.10
+            echo 'abuild:*::' >>$BUILD_ROOT/etc/gshadow # This is needed on Ubuntu 
             echo 'abuild::399:' >>$BUILD_ROOT/etc/group
             mkdir -p $BUILD_ROOT/home/abuild
             chown 399:399 $BUILD_ROOT/home/abuild