bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint: make cfg.mk slightly more generic


From: Jim Meyering
Subject: [PATCH] maint: make cfg.mk slightly more generic
Date: Wed, 09 Sep 2009 16:45:28 +0200

FYI,

>From f1e1e89e8166153852de1cc1777edb40dc4c08e9 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]