diff options
Diffstat (limited to 'patcher')
-rw-r--r-- | patcher/patcher-native.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patcher/patcher-native.oe b/patcher/patcher-native.oe index 3218204427..49890d3399 100644 --- a/patcher/patcher-native.oe +++ b/patcher/patcher-native.oe @@ -4,4 +4,5 @@ DEPENDS = "" do_stage() { install -m 0755 ${DL_DIR}/patcher ${STAGING_BINDIR}/ + exit 1 } |