|
|
|
|
streamtuner_prepatch() {
|
|
if [[ $xsrctar = streamtuner-local* ]] ; then
|
|
var_append patchfiles ' ' "$confdir/gcc34.diff"
|
|
fi
|
|
}
|
|
|
|
hook_add prepatch 1 streamtuner_prepatch
|