[gdbm] use make_install instead makeinstall

Honza Horak hhorak at fedoraproject.org
Mon Aug 27 09:56:58 UTC 2012


commit 49fe5ef9b2af0d73def033a3c1f81c903ae38168
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Mon Aug 27 11:56:20 2012 +0200

    use make_install instead makeinstall

 gdbm.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdbm.spec b/gdbm.spec
index 11901f6..d0124a7 100644
--- a/gdbm.spec
+++ b/gdbm.spec
@@ -60,7 +60,7 @@ gdbm database library.  You'll also need to install the gdbm package.
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 
 %find_lang %{name}
 


More information about the scm-commits mailing list