FYI, >From f1e1e89e8166153852de1cc1777edb40dc4c08e9 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Wed, 9 Sep 2009 16:44:37 +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 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cfg.mk b/cfg.mk index 57f211b..0117483 100644 --- a/cfg.mk +++ b/cfg.mk @@ -25,7 +25,7 @@ gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE)) manual_title = Core GNU utilities 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 -- 1.6.5.rc0.164.g5f6b0
