diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-08-31 20:40:08 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-08-31 20:40:08 +0000 |
commit | b3e354700ac5053190d4df4f7ef4d2228c7aa1c2 (patch) | |
tree | 63a7bb1340643f50502fbca5962c655d9741e241 /ssmtp/ssmtp.SlackBuild | |
parent | 29eb3f52734d9605d4afb8515f1a65616845ffe7 (diff) | |
download | slackbuilds-b3e354700ac5053190d4df4f7ef4d2228c7aa1c2.tar.gz slackbuilds-b3e354700ac5053190d4df4f7ef4d2228c7aa1c2.tar.bz2 |
ssmtp update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@122 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'ssmtp/ssmtp.SlackBuild')
-rwxr-xr-x | ssmtp/ssmtp.SlackBuild | 4 |
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 |