ap/omero: Fix user creation in doinst.sh.

slackware-14.2
Damien Goutte-Gattat 2009-12-06 00:56:24 +01:00
parent 9f89f07807
commit 83ac3e36a9
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ if ! grep ^omero /etc/group > /dev/null ; then
fi
if ! grep ^omero /etc/passwd > /dev/null ; then
/usr/sbin/groupadd -u 270 -c Omero -d /var/lib/omero -g omero omero
/usr/sbin/useradd -u 270 -c Omero -d /var/lib/omero -g omero omero
mkdir -p /var/lib/omero
chown omero:omero /var/lib/omero
fi

View File

@ -35,7 +35,7 @@ WGET=${WGET:-http://cvs.openmicroscopy.org.uk/snapshots/omero/$ARCHIVE}
# Build infos
NAMEPKG=${NAMEPKG:-omero}
BUILD=${BUILD:-4GGD}
BUILD=${BUILD:-5GGD}
ARCH=${ARCH:-i486}
JOBS=${JOBS:-1}
EXT=${EXT:-txz}