hi, Caleb,
thanks very much.
> Hence almost all the PKGBUILD files in Arch official repos and the AUR
> have override build system defaults from source packages to set the
> prefix to be appropriate for package-manager managed paths rather than
> end user source installs.
thanks. `./configure -
On 2022-12-22 07:03, Greg Minshall wrote:
has a build function that does `./configure --prefix=/usr`. is that
safer than a plain `./configure`? or, does `make DESTDIR="${pkgdir}"/
install "strong enough" to (typically) deal with the default used by
`./configure`?
Almost all autotools based co