]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/infra/Dockerfile.emba: Fix last change.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 7 Mar 2021 10:43:27 +0000 (11:43 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 7 Mar 2021 10:43:27 +0000 (11:43 +0100)
test/infra/Dockerfile.emba

index 4294a3ce622d6e6bbc55833fa6ea4525fbfabfc4..63a48b4ef6f244287d3a32708d211c5171cf706b 100644 (file)
@@ -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