From: Paul Smith Date: Sat, 24 Sep 2022 14:48:28 +0000 (-0400) Subject: * maintMakefile: Use gnulib ncftpput-ftp if ncftpput is missing. X-Git-Tag: 4.3.91~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7ed58367593753933b06bed7168c7463dcf48d9;p=thirdparty%2Fmake.git * maintMakefile: Use gnulib ncftpput-ftp if ncftpput is missing. --- diff --git a/maintMakefile b/maintMakefile index 83eab90f..366c4208 100644 --- a/maintMakefile +++ b/maintMakefile @@ -520,7 +520,7 @@ distsign: $(DIST_ARCHIVES_SIG) $(DIST_ARCHIVES_DIRECTIVE) # Upload the artifacts -FTPPUT = ncftpput +FTPPUT := $(firstword $(shell command -v ncftpput) $(wildcard $(GNULIBDIR)/build-aux/ncftpput-ftp) invalid) gnu-upload-host = ftp-upload.gnu.org gnu-upload-dir = /incoming