aboutsummaryrefslogtreecommitdiffstats
path: root/bison
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-07-17 15:58:34 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-07-17 15:58:34 +0000
commit065f9248d1ea4c1abcd4ab9745c2f72726c00520 (patch)
treea12d4e9df1ace848edb6f614fc9a6b4d582b2991 /bison
parentf91f3edcc32d79dd435b70afa8cdca822078ba5e (diff)
downloadopenembedded-065f9248d1ea4c1abcd4ab9745c2f72726c00520.tar.gz
bison-native: fixed and tested, this time.
BKrev: 40f94caa1r5gm0mAuNE_JuDUnPeSzA
Diffstat (limited to 'bison')
-rw-r--r--bison/bison-native_1.875.oe2
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
}