Mailinglist Archive: opensuse-buildservice (170 mails)
< Previous | Next > |
Re: [opensuse-buildservice] %make_install in Evergreen_11.1
- From: Ruediger Meier <sweet_f_a@xxxxxx>
- Date: Thu, 1 Mar 2012 16:27:29 +0100
- Message-id: <201203011627.29407.sweet_f_a@gmx.de>
On Thursday 01 March 2012, Cristian Morales Vega wrote:
I always use this one in any spec file, seems to be the most portable
way:
%{?make_install} %{!?make_install:make install DESTDIR=%{buildroot}}
cu,
Rudi
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-buildservice+owner@xxxxxxxxxxxx
Hi
There would be some way to make spec files without the BuildRoot tag
and using the %make_install macro build against Evergreen_11.1? I
have been playing with the prjconf but I was unable to define the
macro only for pre-11.2 distros (no %if's after "Macros:"?)
I always use this one in any spec file, seems to be the most portable
way:
%{?make_install} %{!?make_install:make install DESTDIR=%{buildroot}}
cu,
Rudi
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-buildservice+owner@xxxxxxxxxxxx
< Previous | Next > |