[cracklib] The explicit make install for python not needed anymore.

Tomáš Mráz tmraz at fedoraproject.org
Wed Feb 5 15:50:46 UTC 2014


commit 02878afc6e0b875d65bd13e305cd8767c9583efe
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Wed Feb 5 16:50:57 2014 +0100

    The explicit make install for python not needed anymore.

 cracklib.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/cracklib.spec b/cracklib.spec
index f01c0f2..dd95d09 100644
--- a/cracklib.spec
+++ b/cracklib.spec
@@ -151,8 +151,7 @@ make
 
 %install
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -c -p" 'pythondir=${pyexecdir}' -C python
+make install DESTDIR=$RPM_BUILD_ROOT 'pythondir=${pyexecdir}'
 ./util/cracklib-format cracklib-dicts/* | \
 ./util/cracklib-packer $RPM_BUILD_ROOT/%{dictpath}
 ./util/cracklib-format $RPM_BUILD_ROOT/%{dictdir}/cracklib-small | \


More information about the scm-commits mailing list