diff options
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 |