emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 564b639: ; * test/infra/Dockerfile.emba: Fix last change.


From: Michael Albinus
Subject: master 564b639: ; * test/infra/Dockerfile.emba: Fix last change.
Date: Sun, 7 Mar 2021 05:43:36 -0500 (EST)

branch: master
commit 564b6391f809b3fe0807825b219f2534f2196630
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; * test/infra/Dockerfile.emba: Fix last change.
---
 test/infra/Dockerfile.emba | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba
index 4294a3c..63a48b4 100644
--- a/test/infra/Dockerfile.emba
+++ b/test/infra/Dockerfile.emba
@@ -39,7 +39,7 @@ RUN apt-get update && \
 
 COPY . /checkout
 WORKDIR /checkout
-RUN touch info/emacs
+RUN mkdir info && touch info/emacs
 RUN ./autogen.sh autoconf
 RUN ./configure
 RUN make -j4 bootstrap
@@ -53,7 +53,7 @@ RUN apt-get update && \
 
 COPY . /checkout
 WORKDIR /checkout
-RUN touch info/emacs
+RUN mkdir info && touch info/emacs
 RUN ./autogen.sh autoconf
 RUN ./configure --with-file-notification=gfile
 RUN make -j4 bootstrap
@@ -67,7 +67,7 @@ RUN apt-get update && \
 
 COPY . /checkout
 WORKDIR /checkout
-RUN touch info/emacs
+RUN mkdir info && touch info/emacs
 RUN ./autogen.sh autoconf
 RUN ./configure --with-ns
 RUN make -j4 bootstrap



reply via email to

[Prev in Thread] Current Thread [Next in Thread]