diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-06-15 18:45:08 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-06-16 08:59:53 +0200 |
commit | 539ddffb15d4b62ad02bc8de3801a05a0fc75018 (patch) | |
tree | ba06cfc1aacb4d9e7d6115fa7a30c1021c4d205d /source/n | |
parent | 77f504382705d6e4a84fbfa4c790d6afdc2b741b (diff) | |
download | current-539ddffb15d4b62ad02bc8de3801a05a0fc75018.tar.gz current-539ddffb15d4b62ad02bc8de3801a05a0fc75018.tar.xz |
Mon Jun 15 18:45:08 UTC 202020200615184508
a/file-5.39-x86_64-1.txz: Upgraded.
n/mutt-1.14.3-x86_64-1.txz: Upgraded.
n/postfix-3.5.3-x86_64-1.txz: Upgraded.
x/twm-1.0.11-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n')
-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 d56ec188a..b3cbf888e 100755 --- a/source/n/postfix/postfix.SlackBuild +++ b/source/n/postfix/postfix.SlackBuild @@ -172,7 +172,7 @@ make $NUMJOBS makefiles dynamicmaps=yes pie=yes shared=yes \ mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION ln -s $PKGNAM-$VERSION $PKG/usr/doc/$PKGNAM -make non-interactive-package \ +make $NUMJOBS non-interactive-package \ install_root=$PKG \ tempdir=$TMP/$PKGNAM-temp \ sample_directory=no || exit 1 |