NicholasBHubbard / sbozyp

a package manager for Slackware's SlackBuilds.org
GNU General Public License v3.0
3 stars 1 forks source link

Unnecessary package reinstallation #1

Closed NicholasBHubbard closed 3 weeks ago

NicholasBHubbard commented 10 months ago

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().

NicholasBHubbard commented 3 weeks ago

implemented