From 7d9c2791415eda030376b7243b0ab9ae94a1c54e Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 21 Jul 2020 19:59:48 +0000 Subject: Tue Jul 21 19:59:48 UTC 2020 a/kernel-firmware-20200721_2b823fc-noarch-1.txz: Upgraded. d/python3-3.8.5-x86_64-1.txz: Upgraded. d/re2c-2.0-x86_64-1.txz: Upgraded. l/farstream-0.2.9-x86_64-1.txz: Added. Needed by pidgin-2.14.1. l/libnice-0.1.17-x86_64-1.txz: Added. Needed by farstream-0.2.9. n/iptraf-ng-1.2.1-x86_64-1.txz: Upgraded. n/proftpd-1.3.7a-x86_64-1.txz: Upgraded. xap/pidgin-2.14.1-x86_64-1.txz: Upgraded. This update adds support for voice and video via Farstream. --- source/d/scons/scons.SlackBuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/d') diff --git a/source/d/scons/scons.SlackBuild b/source/d/scons/scons.SlackBuild index 1daa1d30c..f27faebe3 100755 --- a/source/d/scons/scons.SlackBuild +++ b/source/d/scons/scons.SlackBuild @@ -99,6 +99,8 @@ done if [ ! -r $PKG/usr/man/man1/scons.1.gz ]; then mkdir -p $PKG/usr/man/man1 cp -a $CWD/scons.1.gz $PKG/usr/man/man1 + chown root:root $PKG/usr/man/man1/scons.1.gz + chmod 644 $PKG/usr/man/man1/scons.1.gz else echo "ERROR: actually found scons man page! Please comment out the section of" echo "the build script that tries to install it, and delete the old man page." -- cgit v1.2.3