public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] autotools: Swapped target and link_name in new symlinks for 1.15
@ 2024-01-08 22:48 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2024-01-08 22:48 UTC (permalink / raw)
  To: buildbot; +Cc: sam, arsen, Mark Wielaard

---
 builder/containers/Containerfile-autotools | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/builder/containers/Containerfile-autotools b/builder/containers/Containerfile-autotools
index 00401ad..725e72a 100644
--- a/builder/containers/Containerfile-autotools
+++ b/builder/containers/Containerfile-autotools
@@ -30,12 +30,12 @@ RUN wget https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz && \
 # Make sure we also have unversioned binaries so the system versions
 # aren't used
 RUN cd /usr/local/bin && \
-    ln -s aclocal-1.15 aclocal && \
+    ln -s aclocal-1.15.1 aclocal-1.15 && \
     ln -s aclocal-1.15.1 aclocal && \
     ln -s autoconf-2.69 autoconf && \
     ln -s autoheader-2.69 autoheader && \
     ln -s autom4te-2.69 autom4te && \
-    ln -s automake-1.15 automake && \
+    ln -s automake-1.15.1 automake-1.15 && \
     ln -s automake-1.15.1 automake && \
     ln -s autoreconf-2.69 autoreconf && \
     ln -s autoscan-2.69 autoscan && \
-- 
2.39.3


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-08 22:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-08 22:48 [PATCH] autotools: Swapped target and link_name in new symlinks for 1.15 Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).