diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-07-21 19:59:48 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-07-22 08:59:52 +0200 |
commit | 7d9c2791415eda030376b7243b0ab9ae94a1c54e (patch) | |
tree | 16bf1fd8da03a5dc06dd389498e61d0ca1a6a50d /source/d | |
parent | 98e52ba8a56e076e38a00ec721f601c438c6a160 (diff) | |
download | current-7d9c2791415eda030376b7243b0ab9ae94a1c54e.tar.gz |
Tue Jul 21 19:59:48 UTC 202020200721195948
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.
Diffstat (limited to 'source/d')
-rwxr-xr-x | source/d/scons/scons.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/d/scons/scons.SlackBuild b/source/d/scons/scons.SlackBuild index 1daa1d30..f27faebe 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." |