diff options
Diffstat (limited to 'bison')
-rw-r--r-- | bison/bison-native_1.875.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bison/bison-native_1.875.oe b/bison/bison-native_1.875.oe index 38852e3fc6..7219c4ae77 100644 --- a/bison/bison-native_1.875.oe +++ b/bison/bison-native_1.875.oe @@ -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 } |