Hi!
I've just noticed qt5 is missing from my $PATH
Code:
# echo $PATH
/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/libexec/kf5
This seems to be caused by the following files not being executable:
Code:
/etc/profile.d/qt5.sh
/etc/profile.d/qt5.csh
The problem is the up-to-date qt5 package from patches directory.
The files are executable as they should in slackware/lib directory on the slackwarearm mirror as well as in slackwarearm-current.
I wanted to check what the problem is looking at the SlackBuild, but qt5 source is missing from the patches/source directory for some reason...
For the time being the solution is to make /etc/profile.d/qt5.sh
/etc/profile.d/qt5.csh executable manually
Code:
# chmod +x /etc/profile.d/qt5.*sh
Regards,
Alex