[Lunar-commits] <moonbase> cracklib: install the python related stuff at it's place.
Florin Braescu
florin at lunar-linux.org
Tue Nov 18 15:20:26 CET 2008
commit e5a62651fdb6ec937cd1f685cefed25252cf4cb0
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Nov 18 16:20:26 2008 +0200
cracklib: install the python related stuff at it's place.
---
security/cracklib/BUILD | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/security/cracklib/BUILD b/security/cracklib/BUILD
index e26fb28..ea13f18 100644
--- a/security/cracklib/BUILD
+++ b/security/cracklib/BUILD
@@ -5,10 +5,14 @@
--includedir=/usr/include \
--infodir=/usr/share/doc \
--mandir=/usr/share/man \
+ --disable-static \
--with-default-dict=/lib/cracklib/pw_dict \
- --disable-static \
- $OPTS &&
- default_make &&
+ $OPTS &&
+
+ sedit 's:${exec_prefix}/lib/python:/usr/lib/python:' python/Makefile &&
+ sedit 's:${prefix}/lib/python:/usr/lib/python:' python/Makefile &&
+
+ default_make &&
make dict
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list