mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
229 B

pythonldap_sed () {
sed 's,openldap-OPENLDAP_REL_ENG_2_.,openldap,g' setup.cfg | \
sed 's,/opt/sasl/,/usr/,g' | \
sed 's,sasl2,sasl,' > setup.cfg.tmp
mv -f setup.cfg.tmp setup.cfg
}
hook_add preconf 5 pythonldap_sed