system/gdm: Fixed the ID-10-T error in the last commit

Thanks to Nishant Limbachia for pointing it out :-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2010-12-21 10:21:53 -06:00 committed by Niels Horn
parent 60b9b3b9cb
commit 85b563d5c8
1 changed files with 3 additions and 4 deletions

View File

@ -7,18 +7,17 @@
# Assumed to be in public domain per our submission guidelines
# Modified by the SlackBuilds.org project
# Modified by Frank Caraballo <fecaraballo{at}gmail{dot}com>
# Maintained by Robby Workman <rworkman@slackbuilds.org>
PRGNAM=gdm
VERSION=${VERSION:-2.20.11}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -59,7 +58,7 @@ find . \
-exec chmod 644 {} \;
# Don't automatically start ssh-agent -- this is the user's job
patch -p1 < $CWD/patches/patches/do_not_start_ssh-agent.diff
patch -p1 < $CWD/patches/do_not_start_ssh-agent.diff
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \