git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82e44e4
)
remove stray exit
author
Michael Lauer
<mickey@vanille-media.de>
Tue, 20 Apr 2004 21:59:13 +0000
(21:59 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Tue, 20 Apr 2004 21:59:13 +0000
(21:59 +0000)
BKrev: 40859d31xFFAKt3D2wynLeehfr47aA
patcher/patcher-native.oe
patch
|
blob
|
history
diff --git
a/patcher/patcher-native.oe
b/patcher/patcher-native.oe
index
49890d3
..
3218204
100644
(file)
--- a/
patcher/patcher-native.oe
+++ b/
patcher/patcher-native.oe
@@
-4,5
+4,4
@@
DEPENDS = ""
do_stage() {
install -m 0755 ${DL_DIR}/patcher ${STAGING_BINDIR}/
- exit 1
}