remove stray exit
authorMichael Lauer <mickey@vanille-media.de>
Tue, 20 Apr 2004 21:59:13 +0000 (21:59 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 20 Apr 2004 21:59:13 +0000 (21:59 +0000)
BKrev: 40859d31xFFAKt3D2wynLeehfr47aA

patcher/patcher-native.oe

index 49890d3..3218204 100644 (file)
@@ -4,5 +4,4 @@ DEPENDS = ""
 
 do_stage() {
        install -m 0755 ${DL_DIR}/patcher ${STAGING_BINDIR}/
-       exit 1
 }