ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ltib] rt-tests does not builds


From: Mike RA9FTM
Subject: [Ltib] rt-tests does not builds
Date: Wed, 21 Jul 2010 09:04:48 +0600

Package rt-tests does not buildes succsessfully, because LTIB can't create temporary directory properly.

After manul modification of rt-tests.spec file so that this string:

mkdir -p $RPM_BUILD_ROOT/%{pfx}/{bin,share/man/man8}

replaced with

mkdir -p $RPM_BUILD_ROOT/%{pfx}/bin
mkdir -p $RPM_BUILD_ROOT/%{pfx}/share/man/man8

the build success.

I don't know why the original mkdir is not working, but it creates directory "{bin,chare" instead of "bin" and "share".

--
73! Mike RA9FTM


reply via email to

[Prev in Thread] Current Thread [Next in Thread]