diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-11-04 19:33:47 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-11-05 08:59:39 +0100 |
commit | cf640c7b345c4048ff73f7169dfff4f7fa62290d (patch) | |
tree | 8a435d6396c05148033407e1099e1c9f357fb56d /source/n/samba/samba.SlackBuild | |
parent | a90cbc61c22e438e97c1810006b15850ddf72dcc (diff) | |
download | current-cf640c7b345c4048ff73f7169dfff4f7fa62290d.tar.gz |
Wed Nov 4 19:33:47 UTC 202020201104193347
ap/mariadb-10.5.7-x86_64-1.txz: Upgraded.
l/libcap-2.45-x86_64-1.txz: Upgraded.
l/poppler-data-0.4.10-noarch-1.txz: Upgraded.
n/samba-4.13.2-x86_64-1.txz: Upgraded.
x/libdrm-2.4.103-x86_64-1.txz: Upgraded.
testing/packages/vtown/kde/sddm-0.18.1-x86_64-1_vtown_2.txz: Rebuilt.
Fixed installation of pam.d files. Thanks to alienBOB.
Diffstat (limited to 'source/n/samba/samba.SlackBuild')
-rwxr-xr-x | source/n/samba/samba.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/samba/samba.SlackBuild b/source/n/samba/samba.SlackBuild index 8c09f50c..854483e3 100755 --- a/source/n/samba/samba.SlackBuild +++ b/source/n/samba/samba.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=samba VERSION=${VERSION:-$(echo samba-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -e $CWD/machine.conf ]; then . $CWD/machine.conf ] |