Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
Hi! Please find attached patch needed to bump libnss-mysql-1.4.ebuild to the latest libnss-mysql release (September 03, 2005). The reason for needing this patch is that portage uses "make install" from the package, which in turn expects that /etc is present. (But we will install it to an alternative directory first.) Christian
Created an attachment (id=78199) [edit] Patch needed to make "make install" work
Thanks, bumped in cvs. I used dodir /etc instead of mkdir ${D}/etc since it's prettier. Cheers