[Slackbuilds-users] Automating re-compilation of all packages

Andreas Guldstrand andreas.guldstrand at gmail.com
Sun Aug 20 20:32:30 UTC 2017


I think I'd solve it by something like:

   pkgs=$(ls /var/log/packages/*_SBo | sed 's/-[^-]*-[^-]*-[^-]*$//' |
sed 's/.*\///')
   removepkg $pkgs
   sboinstall $pkgs

... of course, I'm a bit biased since I'm the current maintainer of sbotools.


More information about the SlackBuilds-users mailing list