Browse Source

lib/overlay/overlay-functions.in: fixed patch type to filter the patch file through rock_substitute()

user/amery/wip/mount
Christian Wiese 14 years ago
committed by Christian Wiese
parent
commit
efd19a929a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lib/overlay/overlay-functions.in

+ 2
- 2
lib/overlay/overlay-functions.in

@ -98,8 +98,8 @@ overlay_apply() {
ln -snf "$ref" "$xtarget"
;;
patch)
$echo_status "$(patch $patchopt \
"${xtarget}" 2>&1 < $file )"
$echo_status "overlay: patching $xtarget"
rock_substitute "$file" | patch $patchopt "$xtarget"
;;
esac

Loading…
Cancel
Save