From f7f28b5d20d04ef02de1e6c4215e7ca3de9fdc83 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 27 Oct 2003 21:54:43 +0000 Subject: create aclocal/automake symlinks in share if necessary. BKrev: 3f9d9423CQriuIFBKZ6c-is5-yeybA --- automake/automake-native_1.7.7.oe | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'automake/automake-native_1.7.7.oe') diff --git a/automake/automake-native_1.7.7.oe b/automake/automake-native_1.7.7.oe index ae9329468d..1aff931571 100644 --- a/automake/automake-native_1.7.7.oe +++ b/automake/automake-native_1.7.7.oe @@ -2,3 +2,14 @@ include automake_${PV}.oe S = ${WORKDIR}/automake-${PV} inherit native + +do_stage () { + oe_runmake install + install -d ${datadir} + if [ ! -e ${datadir}/aclocal ]; then + ln -sf aclocal-1.7 ${datadir}/aclocal + fi + if [ ! -e ${datadir}/automake ]; then + ln -sf automake-1.7 ${datadir}/automake + fi +} -- cgit v1.2.3