diff options
author | H. Peter Anvin <hpa@smyrno.hos.anvin.org> | 2005-09-25 15:28:55 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@smyrno.hos.anvin.org> | 2005-09-25 15:28:55 -0700 |
commit | 7bf7f40c24dfc96ce71588adeb5b9d700ebf1282 (patch) | |
tree | b0f23844dbd36cff43521ac590fb00efce2a005a /Makefile.private | |
parent | 24b7c71f43b7e6fd5e7e67d5f5e316c37734dc1a (diff) | |
download | syslinux-7bf7f40c24dfc96ce71588adeb5b9d700ebf1282.tar.gz |
Fix the proper tagssyslinux-3.20-pre2
Diffstat (limited to 'Makefile.private')
-rw-r--r-- | Makefile.private | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.private b/Makefile.private index 6d4e3ac2..501dca24 100644 --- a/Makefile.private +++ b/Makefile.private @@ -40,7 +40,7 @@ official: release: test -d release - rm -f $(GIT_DIR)/refs/tags/syslinux-$(VERSION) + rm -f '$(GIT_DIR)'/refs/tags/syslinux-$(VERSION) cg-tag syslinux-$(VERSION) -rm -rf release/syslinux-$(VERSION) -rm -f release/syslinux-$(VERSION).* @@ -69,7 +69,7 @@ RPMPREREL := $(shell $(PERL) -e 'printf "%.2f.%d\n", $(VERSION)-0.01, $(PRERELNO prerel: test -d release - rm -f $(GIT_DIR)/refs/tags/syslinux-$(VERSION) + rm -f '$(GIT_DIR)'/refs/tags/$(PREREL) cg-tag $(PREREL) mkdir -p $(PRERELDIR) $(PRERELDIR)/uu -rm -rf $(PRERELDIR)/$(PREREL) |