packages: use crew prefix. Closes #1697
This commit is contained in:
parent
097e60bc62
commit
d16e6e36ca
2
neofetch
2
neofetch
|
@ -1574,7 +1574,7 @@ get_packages() {
|
||||||
has emerge && dir "/var/db/pkg/*/*"
|
has emerge && dir "/var/db/pkg/*/*"
|
||||||
has Compile && dir "/Programs/*/"
|
has Compile && dir "/Programs/*/"
|
||||||
has eopkg && dir "/var/lib/eopkg/package/*"
|
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 pkgtool && dir "/var/log/packages/*"
|
||||||
has scratch && dir "/var/lib/scratchpkg/index/*/.pkginfo"
|
has scratch && dir "/var/lib/scratchpkg/index/*/.pkginfo"
|
||||||
has kagami && dir "/var/lib/kagami/pkgs/*"
|
has kagami && dir "/var/lib/kagami/pkgs/*"
|
||||||
|
|
Reference in New Issue