[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] rpm building
On Mon, 14 Jun 2010 14:28:27 , m0n0 <ole@monochrom.net> wrote:
>
> Hello Peter, the output looks fine. I think there is no need for
> install-lib anymore.
> If there is something missing, you could make another release. But this
> looks like everything
> that is needed gets installed. Are you missing an specific file?
>
>
I commented out the intall-lib from the spec file and re-ran it.
It eventually failed when it couldn't find one of the temp folders.
This command failed to create lib, include etc
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}/{lib,include,bin,man/man1,share}
it created a single folder called "{lib,include,bin,man"
inside that it created one called "man1,share"
very odd. Can mkdir create multiple folders with this syntax ?
Peter