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

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