Closed Barbaross93 closed 4 years ago
It's off by one, and that's not enough for me to care about.
For reference, void is off by 8 on my friend's system, but there's no easy fix for that because some files just aren't in the dir.
Eh, whatever, all arch packages are lowercase, it should be as simple as replacing /*
with /[a-z0-9]*
Hello,
Thanks for sharing this fetch script! I have noticed one discrepancy however; it looks like the package count for Arch linux is slightly off; I don't know POSIX at all but it looks like the relevant code in fet.sh is counting all files and directories rather than just the directories of the package. On my system, my
/var/lib/pacman/local/
contains aALPM_DB_VERSION
file which I don't think is a part of any singular package.