Packages that are already installed on the system are reinstalled unnecessarily when they are a dependency of some new package being installed. Perhaps a check for the installed package (dont forget to check the version as well) should be added to either build_slackware_package() or install_main().
Packages that are already installed on the system are reinstalled unnecessarily when they are a dependency of some new package being installed. Perhaps a check for the installed package (dont forget to check the version as well) should be added to either
build_slackware_package()
orinstall_main()
.