Re: git: 329cfa24b950 - main - sysutils/neofetch: improve architecture detection
- In reply to: Piotr Kubaj : "git: 329cfa24b950 - main - sysutils/neofetch: improve architecture detection"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Aug 2022 05:07:48 UTC
On Fri, Aug 05, 2022 at 02:29:23PM +0000, Piotr Kubaj wrote: > commit 329cfa24b950f82d2372b1b31e8f89174c25d6cd > > sysutils/neofetch: improve architecture detection > ... > @@ -16,6 +17,8 @@ GH_ACCOUNT= dylanaraps > NO_ARCH= yes > NO_BUILD= yes > > +MAKE_ENV= PREFIX="${PREFIX}" This is redundant, PREFIX is naturally part of the default MAKE_ENV. ./danfe