mkinstalldirs strikes again in ./po
Status: Inactive
Brought to you by:
tvierling
I am working on building a gentoo ebuild file which is
essentially a gentoo package. However, gentoo is
designed to go grab the source and compile it, and
install it, etc and pay attention to where it put files.
I essentially plagerized gaim's ebuild and changed the
needed values and when it goes to install it does fine
for a while then hits the same ./mkinstalldirs does not
exist when it moves into the ./po dir.
I have made a temporary work around that copies the
mkinstalldirs into the po dir as well before it starts
compiling.
However, I am going to wait until this fixed and RFE
925377 are done before submitting the ebuild to the
gentoo people to be added to their portage.