diff options
author | Arn0 <yth@ythogtha.org> | 2020-05-02 10:42:38 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-02 16:41:52 +0700 |
commit | 17bba0e3fd50c374a336f32af480ad28fbbf28c1 (patch) | |
tree | 3231d7200e90d0888c0f05ffc64e81725a545a17 /network/opensmtpd-extras/opensmtpd-extras.SlackBuild | |
parent | 5609aed202212b41ee90fd7888c6fd54f0b033e7 (diff) |
network/opensmtpd-extras: updated for version 6.7.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/opensmtpd-extras/opensmtpd-extras.SlackBuild')
-rw-r--r-- | network/opensmtpd-extras/opensmtpd-extras.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/network/opensmtpd-extras/opensmtpd-extras.SlackBuild b/network/opensmtpd-extras/opensmtpd-extras.SlackBuild index 5bd451b169f41..abea59c70e1fe 100644 --- a/network/opensmtpd-extras/opensmtpd-extras.SlackBuild +++ b/network/opensmtpd-extras/opensmtpd-extras.SlackBuild @@ -20,7 +20,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=opensmtpd-extras -VERSION=${VERSION:-6.4.0} +SRCNAM=OpenSMTPD-extras +VERSION=${VERSION:-6.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -96,9 +97,9 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +cd $SRCNAM-$VERSION chown -R root:root . find -L . \ |