[beast] MISC: Dockerfile-apt.in: use 'make distgit'



commit 75c2dfc335d80141eed4cd3e72c09523e831dc91
Author: Tim Janik <timj gnu org>
Date:   Sat Jun 17 02:41:22 2017 +0200

    MISC: Dockerfile-apt.in: use 'make distgit'
    
    Signed-off-by: Tim Janik <timj gnu org>

 misc/Dockerfile-apt.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/misc/Dockerfile-apt.in b/misc/Dockerfile-apt.in
index 8c5538f..e8543f2 100644
--- a/misc/Dockerfile-apt.in
+++ b/misc/Dockerfile-apt.in
@@ -79,7 +79,7 @@ RUN nice make -j`nproc`
 RUN nice make check
 RUN nice make install
 RUN nice make installcheck
-RUN nice make dist
+RUN nice make distgit
 RUN nice make uninstall
 
 # Carry out distcheck test if desired


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