diff options
author | davidovski <david@davidovski.xyz> | 2022-01-10 18:57:26 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-10 18:57:26 +0000 |
commit | d50c14859c9d0f6dbcdd8895682ca65245c4e278 (patch) | |
tree | b10729b2e8f1406971550ca21dc3d98223c99baa /repo/core/automake.xibuild | |
parent | fcee362d51239fce8d42f21dd8b625b9df463161 (diff) |
moved fakeroots to tip
fakeroots are now in the tip repo
fixed issues with automake
Diffstat (limited to 'repo/core/automake.xibuild')
-rw-r--r-- | repo/core/automake.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/automake.xibuild b/repo/core/automake.xibuild index 410965a..f83fc62 100644 --- a/repo/core/automake.xibuild +++ b/repo/core/automake.xibuild @@ -14,5 +14,5 @@ build () { package () { # backwards compatibility? - ln -s /usr/bin/aclocal $PKG_DEST/aclocal-1.15 + ln -s /usr/bin/aclocal $PKG_DEST/usr/bin/aclocal-1.15 } |