On Mon, Apr 18, 2016 at 6:02 PM, Alexander Ploumistos <alex.ploumistos@xxxxxxxxx> wrote: > Well, after almost three hours, fedora-review came through. > > I am a little confused by the beginning of the %install section, could you > please explain the syntax of the first line? > (%make_install INSTALL="install -p") > It essentially expands out to: %{__make} install DESTDIR=%{buildroot} INSTALL="install -p" Previously, it was set to `make install INSTALL="install -p" DESTDIR=%{buildroot}`, which is essentially the same thing. I just chose to use the %make_install macro to be consistent with my usage of %make_build (which is `%{__make} %{?_smp_mflags}`). -- 真実はいつも一つ!/ Always, there's only one truth! -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/admin/lists/devel@xxxxxxxxxxxxxxxxxxxxxxx