bison-native: fixed and tested, this time.
authorMichael Lauer <mickey@vanille-media.de>
Sat, 17 Jul 2004 15:58:34 +0000 (15:58 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 17 Jul 2004 15:58:34 +0000 (15:58 +0000)
BKrev: 40f94caa1r5gm0mAuNE_JuDUnPeSzA

bison/bison-native_1.875.oe

index 38852e3..7219c4a 100644 (file)
@@ -6,6 +6,6 @@ S = "${WORKDIR}/bison-${PV}"
 inherit native autotools
 
 do_stage() {
-       install -m 0755 bison ${STAGING_BINDIR}/
+       install -m 0755 src/bison ${STAGING_BINDIR}/
        ln -sf ./bison ${STAGING_BINDIR}/yacc
 }