From 5c114c6e46751d3d5ff90327d648ce19bb0e02d4 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Wed, 14 Feb 2007 12:00:07 +0000 Subject: [PATCH] - Avoid %makeinstall (bug #225655). - Resolves: rhbz#225655 --- coreutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/coreutils.spec b/coreutils.spec index 702c280..b9c5c9b 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -131,7 +131,7 @@ make check %install rm -rf $RPM_BUILD_ROOT -%makeinstall +make DESTDIR=$RPM_BUILD_ROOT install # man pages are not installed with make install make mandir=$RPM_BUILD_ROOT%{_mandir} install-man @@ -265,6 +265,9 @@ fi /sbin/runuser %changelog +* Wed Feb 14 2007 Tim Waugh +- Avoid %%makeinstall (bug #225655). + * Tue Feb 13 2007 Tim Waugh 6.7-4 - Ship COPYING file (bug #225655). - Use datadir and infodir macros in %%pre scriptlet (bug #225655).