summaryrefslogtreecommitdiff
path: root/repo/core
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-10 18:57:26 +0000
committerdavidovski <david@davidovski.xyz>2022-01-10 18:57:26 +0000
commitd50c14859c9d0f6dbcdd8895682ca65245c4e278 (patch)
treeb10729b2e8f1406971550ca21dc3d98223c99baa /repo/core
parentfcee362d51239fce8d42f21dd8b625b9df463161 (diff)
moved fakeroots to tip
fakeroots are now in the tip repo fixed issues with automake
Diffstat (limited to 'repo/core')
-rw-r--r--repo/core/automake.xibuild2
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
}