aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xssmtp/ssmtp.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/ssmtp/ssmtp.SlackBuild b/ssmtp/ssmtp.SlackBuild
index 289d53bf..48c3da69 100755
--- a/ssmtp/ssmtp.SlackBuild
+++ b/ssmtp/ssmtp.SlackBuild
@@ -16,7 +16,7 @@ fi
# default settings
PACKAGE="ssmtp"
ARCH=${ARCH:=x86_64}
-VERSION=${VERSION:=2.6.1}
+VERSION=${VERSION:=2.6.1-2}
BUILD=${BUILD:=4rha}
SRC_DIR=${SRC:=$CWD}
TMP=${TMP:=/tmp}
@@ -96,6 +96,8 @@ ssmtp:
ssmtp:
EOF
+VERSION="`echo $VERSION | sed -e 's/-/_//g'`"
+
# docs
mkdir -p usr/doc/$PACKAGE-$VERSION