diff options
author | Jim Meyering <meyering@redhat.com> | 2009-09-30 09:23:13 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-09-30 09:23:13 +0200 |
commit | 0ae3892acfde52aba6c1b37ab1b763c17802895f (patch) | |
tree | 4542612f76553e2fb63431091b429317bfc695ba | |
parent | ce2ff5d75bec680fab093d31559214011fb1f689 (diff) | |
download | idutils-0ae3892acfde52aba6c1b37ab1b763c17802895f.tar.gz idutils-0ae3892acfde52aba6c1b37ab1b763c17802895f.tar.bz2 idutils-0ae3892acfde52aba6c1b37ab1b763c17802895f.zip |
maint: use proper distribution upload url
* cfg.mk (url_dir_list): Use $(PACKAGE), not coreutils.
-rw-r--r-- | cfg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ gnu_ftp_host-major = ftp.gnu.org gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE)) url_dir_list = \ - ftp://$(gnu_rel_host)/gnu/coreutils + ftp://$(gnu_rel_host)/gnu/$(PACKAGE) # Used in maint.mk's web-manual rule manual_title = GNU idutils: ID database utilities |