From 4b213deb1cf04949460be50fdb7c7a7303ebf2c6 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 9 Jan 2022 02:04:26 +0000 Subject: made automake add a backwards compability version --- repo/core/automake.xibuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'repo') diff --git a/repo/core/automake.xibuild b/repo/core/automake.xibuild index eaccbae..410965a 100644 --- a/repo/core/automake.xibuild +++ b/repo/core/automake.xibuild @@ -11,3 +11,8 @@ build () { make -j4 check make DESTDIR=$PKG_DEST install } + +package () { + # backwards compatibility? + ln -s /usr/bin/aclocal $PKG_DEST/aclocal-1.15 +} -- cgit v1.2.1