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

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