summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-23 01:00:04 +0000
committerRoland McGrath <roland@gnu.org>2004-09-23 01:00:04 +0000
commit1a19a35223444a41e48ba03a905d9ae71b471b54 (patch)
treef6bae6bbfb4d3a182bfbbb44ceb484f26a5c54e6 /fedora
parent237910315c39b9b674045872c9b4e99c1369d911 (diff)
(tar-name): Fix botch in last change.
Diffstat (limited to 'fedora')
-rw-r--r--fedora/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fedora/Makefile b/fedora/Makefile
index cd2d19bea8..d2529394f6 100644
--- a/fedora/Makefile
+++ b/fedora/Makefile
@@ -16,8 +16,8 @@ on-branch = $(filter-out HEAD,$(glibc-base))
snapshot-date := $($(glibc-branch)-sync-date)
snapshot-name := $(shell date -u -d '$(snapshot-date)' $(snapshot-name-fmt))
-tar-name := glibc-$(subst _,.,$(patsubst glibc-%-branch,%,\
- $(filter-out HEAD,$(glibc-base))))
+tar-name := glibc$(subst _,.,$(patsubst glibc-%-branch,-%,\
+ $(filter-out HEAD,$(glibc-base))))
select-snapshot = -r '$($(glibc-branch)-sync-tag)'
snapshot-id = $($(glibc-branch)-sync-tag)