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.

10 lines
252 B

  1. function pkg_perllibxml_prepatch() {
  2. # each loop clean the patch list
  3. patchfiles=""
  4. if [ $xsrctar = "XML-LibXML-$ver.tar.bz2" ]; then
  5. var_append patchfiles ' ' "$( ls $confdir/libxml-*.diff )"
  6. fi
  7. }
  8. hook_add prepatch 2 'pkg_perllibxml_prepatch'