From f7ed58367593753933b06bed7168c7463dcf48d9 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 24 Sep 2022 10:48:28 -0400 Subject: * maintMakefile: Use gnulib ncftpput-ftp if ncftpput is missing. --- maintMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maintMakefile') 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 -- cgit v1.2.1