diff options
author | Ruari Oedegaard <sbo@ruari.com> | 2012-05-05 12:30:33 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-05-07 12:18:09 -0500 |
commit | a05734524671fe5b94b09d465f5e2a200650af4c (patch) | |
tree | 17f1cbd065af91470ff418d0718e00441f45890e /network/mosh/mosh.SlackBuild | |
parent | 47304fe33c775caa2f38085734ca394237174765 (diff) | |
download | slackbuilds-a05734524671fe5b94b09d465f5e2a200650af4c.tar.gz |
network/mosh: Updated for version 1.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/mosh/mosh.SlackBuild')
-rw-r--r-- | network/mosh/mosh.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/network/mosh/mosh.SlackBuild b/network/mosh/mosh.SlackBuild index 2a84b9c2af..259bc7a0f0 100644 --- a/network/mosh/mosh.SlackBuild +++ b/network/mosh/mosh.SlackBuild @@ -5,7 +5,7 @@ # Written by ruario <sbo@ruari.com> PRGNAM=mosh -VERSION=${VERSION:-1.1.3} +VERSION=${VERSION:-1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -36,7 +36,6 @@ else LIBDIRSUFFIX="" fi - set -e rm -rf $PKG |