about summary refs log tree commit diff
path: root/fedora
diff options
context:
space:
mode:
Diffstat (limited to 'fedora')
-rw-r--r--fedora/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora/Makefile b/fedora/Makefile
index 78367ac3e2..e89bfe27db 100644
--- a/fedora/Makefile
+++ b/fedora/Makefile
@@ -29,7 +29,7 @@ endif
 
 update:
 	now=`date -u -d $(snapshot-date-fmt)`; \
-	name=date -u -d "$$now" $(snapshot-name-fmt)`; \
+	name=`date -u -d "$$now" $(snapshot-name-fmt)`; \
 	$(if $(on-branch),\
 	  old="$(tag-prefix)$(tar-name)-$$name; \
 	  new="$(tag-prefix)$(tar-name)$(snapshot-name)"; \