[Bug 960194] Review Request: qterminal - Qt-based terminal emulator

bugzilla at redhat.com bugzilla at redhat.com
Mon May 6 21:23:49 UTC 2013


Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=960194

Kalev Lember <kalevlember at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kalevlember at gmail.com

--- Comment #5 from Kalev Lember <kalevlember at gmail.com> ---
(In reply to comment #2)
> Oh, I forgot: I've never seen %make_install. There is some reference to
> %makeinstall in the guidelines but it is discouraged. How different is
> %make_install to make install DESTDIR=%{buildroot} ?

%make_install is the sane version that we should be using, %makeinstall is the
one that's discouraged. You can always check what a macro does by expanding it
on the command line:

rpm -E %make_install
/usr/bin/make install
DESTDIR=/home/kalev/rpmbuild/BUILDROOT/%{name}-%{version}-%{release}.x86_64

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=n9oigNG1pL&a=cc_unsubscribe


More information about the package-review mailing list