diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-09-22 19:22:20 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-09-23 08:59:49 +0200 |
commit | 63442b0649e576c10f99c815252d5604e0a3a2a0 (patch) | |
tree | 57d1a0ab2a4e608405dfc006550920ff1bcb7ed6 /source | |
parent | 685a0190c82996536e79ac41f529416cb0627042 (diff) | |
download | current-63442b0649e576c10f99c815252d5604e0a3a2a0.tar.gz |
Sun Sep 22 19:22:20 UTC 201920190922192220
d/parallel-20190922-noarch-1.txz: Upgraded.
n/mutt-1.12.2-x86_64-1.txz: Upgraded.
n/postfix-3.4.7-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-x | source/n/postfix/postfix.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/postfix/postfix.SlackBuild b/source/n/postfix/postfix.SlackBuild index edb68a50..4a849034 100755 --- a/source/n/postfix/postfix.SlackBuild +++ b/source/n/postfix/postfix.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=postfix VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in |