diff options
author | crocket <crockabiscuit@yahoo.com> | 2011-03-27 10:38:37 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-27 10:38:37 -0500 |
commit | 38eda82fb7ee5975133346469f3e1c6a877b8cec (patch) | |
tree | 1e8c6205dc4a36a515a0dbd4aa4dd8f9e89539f6 /misc/ibus/ibus.SlackBuild | |
parent | 74a4fc4cf515024dea0c9b1c9a08cd0a2c05df69 (diff) | |
download | slackbuilds-38eda82fb7ee5975133346469f3e1c6a877b8cec.tar.gz |
misc/ibus: Fixed incorrect syntax in csh profile script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'misc/ibus/ibus.SlackBuild')
-rw-r--r-- | misc/ibus/ibus.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ibus/ibus.SlackBuild b/misc/ibus/ibus.SlackBuild index 0d22867b96..1c193e2028 100644 --- a/misc/ibus/ibus.SlackBuild +++ b/misc/ibus/ibus.SlackBuild @@ -29,7 +29,7 @@ PRGNAM=ibus VERSION=${VERSION:-1.3.9} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |