When used with packaging, we might want prefix to point to /usr and collect package artifacts into /staging-dir. In this case we would set PREFIX=/usr and DESTDIR=/staging-dir. This results in make actually installing files under /usr (which might not be mutable) instead of under /staging-dir/usr.
When used with packaging, we might want prefix to point to /usr and collect package artifacts into /staging-dir. In this case we would set PREFIX=/usr and DESTDIR=/staging-dir. This results in make actually installing files under /usr (which might not be mutable) instead of under /staging-dir/usr.