diff options
| author | David Cantrell <dcantrell@redhat.com> | 2008-09-20 16:58:59 -1000 |
|---|---|---|
| committer | David Cantrell <dcantrell@redhat.com> | 2008-09-20 16:58:59 -1000 |
| commit | 77e482ea4c065c4904dff0ed1996a2e00fadb91c (patch) | |
| tree | 4ee8fbe5e19469c6ec7cff3a1c0c2a591ebf18e7 | |
| parent | 73bc0c16fd8bd36b351e47cb3f39c00863fa4d6c (diff) | |
git-archive -> git archiveanaconda-11.4.1.38-1
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ archive: tag @rm -f ChangeLog docs/kickstart-docs.txt docs/command-line.txt @make ChangeLog @make -C docs kickstart-docs.txt command-line.txt - @git-archive --format=tar --prefix=anaconda-$(VERSION)/ anaconda-$(VERSION)-$(RELEASE) > anaconda-$(VERSION).tar + @git archive --format=tar --prefix=anaconda-$(VERSION)/ anaconda-$(VERSION)-$(RELEASE) > anaconda-$(VERSION).tar @mkdir -p anaconda-$(VERSION)/docs/ @cp docs/kickstart-docs.txt docs/command-line.txt anaconda-$(VERSION)/docs/ @cp ChangeLog anaconda-$(VERSION)/ |
