diff options
author | B. Watson <yalhcru@gmail.com> | 2013-12-18 08:46:10 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-12-25 15:05:34 -0600 |
commit | 816455c62f63bebf7d8fa248b92decb0dc2ba2ab (patch) | |
tree | 541d206aaab39b04a7085b01165b2d79642b44f5 /desktop/wmmon/wmmon.SlackBuild | |
parent | 9ac9b8a747ef04173ccd8a57c946ee744603cd25 (diff) | |
download | slackbuilds-816455c62f63bebf7d8fa248b92decb0dc2ba2ab.tar.gz |
desktop/wmmon: New download link.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/wmmon/wmmon.SlackBuild')
-rw-r--r-- | desktop/wmmon/wmmon.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/wmmon/wmmon.SlackBuild b/desktop/wmmon/wmmon.SlackBuild index 3005147038..ac27ff1368 100644 --- a/desktop/wmmon/wmmon.SlackBuild +++ b/desktop/wmmon/wmmon.SlackBuild @@ -11,7 +11,7 @@ VERSION=1.0b2_p14 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SRCVER=$(echo $VERSION | cut -d_ -f1) +SRCVER=$(echo $VERSION | cut -d_ -f1 | sed 's,\.,_,' ) PATCHVER=$(echo $VERSION | cut -d_ -f2) if [ -z "$ARCH" ]; then |