diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-01-10 06:44:04 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-01-10 06:44:04 -0500 |
| commit | ed50aa227c7adfc2f1c0a41c20884be8c55272ac (patch) | |
| tree | 6cae263f84db7dc02c27d31c8eebf98b8cc80f51 | |
| parent | 88f7d668aed1139f04a7b38d196380253aa03082 (diff) | |
| download | limnoria.slackfacts.plugins-ed50aa227c7adfc2f1c0a41c20884be8c55272ac.tar.gz | |
Update for 15.0.
| -rwxr-xr-x | bin/makepkgdb.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/makepkgdb.pl b/bin/makepkgdb.pl index 31838d3..6591d2f 100755 --- a/bin/makepkgdb.pl +++ b/bin/makepkgdb.pl @@ -22,8 +22,8 @@ ### configurables: @pkglists = ( - '/data/mirrors/slackware/slackware64-14.2/PACKAGES.TXT', - '/data/mirrors/slackware/slackware64-14.2/extra/PACKAGES.TXT', + '/data/mirrors/slackware/slackware64-15.0/PACKAGES.TXT', + '/data/mirrors/slackware/slackware64-15.0/extra/PACKAGES.TXT', ); # ...the above list could have included pasture and testing, but @@ -31,9 +31,9 @@ # pasture and testing installed (we don't right now). # these 2 are copies of /var/log/packages and /var/log/scripts from -# a full install of 14.2, with no 3rd-party packages added: -$pkgdir = "/home/urchlay/var.log/packages"; -$scriptsdir = "/home/urchlay/var.log/scripts"; +# a full install of 15.0, with no 3rd-party packages added: +$pkgdir = "/home/slackfacts/var.log/packages"; +$scriptsdir = "/home/slackfacts/var.log/scripts"; ### end configurables. |
