diff options
Diffstat (limited to 'repo')
-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 +} |