From 065f9248d1ea4c1abcd4ab9745c2f72726c00520 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 17 Jul 2004 15:58:34 +0000 Subject: bison-native: fixed and tested, this time. BKrev: 40f94caa1r5gm0mAuNE_JuDUnPeSzA --- bison/bison-native_1.875.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bison') 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 } -- cgit 1.2.3-korg