From 654e92523399fddf5d6c3645760c9fc89cd57c1b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 1 Oct 2009 10:38:50 +0200 Subject: [PATCH] maint: make cfg.mk slightly more generic * cfg.mk (url_dir_list): Don't hard-code "coreutils". Use $(PACKAGE). --- cfg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg.mk b/cfg.mk index d102b37..3610959 100644 --- a/cfg.mk +++ b/cfg.mk @@ -25,7 +25,7 @@ gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE)) manual_title = gzip: the data compression program url_dir_list = \ - ftp://$(gnu_rel_host)/gnu/coreutils + ftp://$(gnu_rel_host)/gnu/$(PACKAGE) # The GnuPG ID of the key used to sign the tarballs. gpg_key_ID = B9AB9A16 -- 2.47.2