Browse Source

lib/overlay/overlay-functions.in: fixed D%foo_bar.patch case by using $xtarget as originalfile

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

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

@ -99,7 +99,7 @@ overlay_apply() {
;;
patch)
$echo_status "$(patch $patchopt \
-d "${rootfs:-/}" 2>&1 < $file )"
"${xtarget}" 2>&1 < $file )"
;;
esac

Loading…
Cancel
Save