summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-04 07:01:22 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-07 14:43:55 +0700
commitcbf82509646004b6d3589bdf3703c1e235380b8b (patch)
tree0710001ea36dea6e836d2e7a65a811504a331c4e /development
parentea1681175bbe83cc8b57f8aa6b43f1d3eaa07907 (diff)
downloadslackbuilds-cbf82509646004b6d3589bdf3703c1e235380b8b.tar.gz
slackbuilds-cbf82509646004b6d3589bdf3703c1e235380b8b.tar.xz
development/icecream: Update UID/GID.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/icecream/icecream.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/icecream/icecream.SlackBuild b/development/icecream/icecream.SlackBuild
index 55db8355d9..8eb4db0dd1 100644
--- a/development/icecream/icecream.SlackBuild
+++ b/development/icecream/icecream.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=icecream
SRCNAM=icecc
-VERSION=1.0.1
+VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
@@ -43,12 +43,12 @@ OUTPUT=${OUTPUT:-/tmp}
if ! grep ^icecream: /etc/group 2>&1 > /dev/null; then
echo " Must have a icecream group to run this script."
- echo " # groupadd -g 282 icecream"
+ echo " # groupadd -g 283 icecream"
echo " Or something similar."
exit 1
elif ! grep ^icecream: /etc/passwd 2>&1 > /dev/null; then
echo " Must have a icecream user to run this script."
- echo " # useradd -u 282 -g icecream -d /var/cache/icecream icecream"
+ echo " # useradd -u 283 -g icecream -d /var/cache/icecream icecream"
echo " Or something similar."
exit 1
fi