diff options
author | davidovski <david@davidovski.xyz> | 2022-01-09 02:04:26 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-09 02:04:26 +0000 |
commit | 4b213deb1cf04949460be50fdb7c7a7303ebf2c6 (patch) | |
tree | a9f740f76218c750ee81a10a5553445b82e41470 /repo/core | |
parent | 4ef8d1360ec47c9043656b7d8a60ab95702fe6a9 (diff) |
made automake add a backwards compability version
Diffstat (limited to 'repo/core')
-rw-r--r-- | repo/core/automake.xibuild | 5 |
1 files changed, 5 insertions, 0 deletions
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 +} |