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 | |
parent | fcee362d51239fce8d42f21dd8b625b9df463161 (diff) |
moved fakeroots to tip
fakeroots are now in the tip repo
fixed issues with automake
Diffstat (limited to 'repo')
-rw-r--r-- | repo/core/automake.xibuild | 2 | ||||
-rw-r--r-- | repo/tip/fakechroot.xibuild (renamed from repo/extra/fakechroot.xibuild) | 0 | ||||
-rw-r--r-- | repo/tip/fakeroot.xibuild (renamed from repo/extra/fakeroot.xibuild) | 0 |
3 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 } diff --git a/repo/extra/fakechroot.xibuild b/repo/tip/fakechroot.xibuild index 2b9560b..2b9560b 100644 --- a/repo/extra/fakechroot.xibuild +++ b/repo/tip/fakechroot.xibuild diff --git a/repo/extra/fakeroot.xibuild b/repo/tip/fakeroot.xibuild index 650f18c..650f18c 100644 --- a/repo/extra/fakeroot.xibuild +++ b/repo/tip/fakeroot.xibuild |