packages: use crew prefix. Closes #1697
This commit is contained in:
parent
097e60bc62
commit
d16e6e36ca
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1574,7 +1574,7 @@ get_packages() {
|
|||
has emerge && dir "/var/db/pkg/*/*"
|
||||
has Compile && dir "/Programs/*/"
|
||||
has eopkg && dir "/var/lib/eopkg/package/*"
|
||||
has crew && dir "/usr/local/etc/crew/meta/*.filelist"
|
||||
has crew && dir "${CREW_PREFIX:-/usr/local}/etc/crew/meta/*.filelist"
|
||||
has pkgtool && dir "/var/log/packages/*"
|
||||
has scratch && dir "/var/lib/scratchpkg/index/*/.pkginfo"
|
||||
has kagami && dir "/var/lib/kagami/pkgs/*"
|
||||
|
|
Loading…
Reference in a new issue