lego12239 4 Posted May 12, 2020 Report Share Posted May 12, 2020 Hi, all. Looking at nginx-1.17.5 ebuild src_install(). Can't understand why ${EROOT} is used instead of ${EPREFIX}. Link to post Share on other sites
lego12239 4 Posted November 20, 2020 Author Report Share Posted November 20, 2020 Another one issue may be. In src_install() we have Quote emake DESTDIR="${ED}" install But we specify EPREFIX in src_configure() for "configure --prefix". IIUC, in this case we should use $D with emake. Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now