diff options
author | Jim Meyering <meyering@redhat.com> | 2009-09-09 16:44:37 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-09-09 16:44:37 +0200 |
commit | f1e1e89e8166153852de1cc1777edb40dc4c08e9 (patch) | |
tree | 5308829482287d595b4781a220ae2f4cdc046145 | |
parent | 1c0ec3541c6deee7660b8b44373c6490d727e66d (diff) | |
download | coreutils-f1e1e89e8166153852de1cc1777edb40dc4c08e9.tar.xz |
maint: make cfg.mk slightly more generic
* cfg.mk (url_dir_list): Don't hard-code "coreutils". Use $(PACKAGE).
-rw-r--r-- | cfg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |