diff options
| author | Bill Nottingham <notting@redhat.com> | 2009-09-02 17:34:39 -0400 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2009-09-02 17:34:39 -0400 |
| commit | 185748891d275ddd92e009799e66e7d08d9eed59 (patch) | |
| tree | a5558c3b14f1e9443ee308c31f406615c5016b43 | |
| parent | 487bee6a3d3b062bcd6d77fb5ffd6236db89881e (diff) | |
| download | initscripts-185748891d275ddd92e009799e66e7d08d9eed59.tar initscripts-185748891d275ddd92e009799e66e7d08d9eed59.tar.gz initscripts-185748891d275ddd92e009799e66e7d08d9eed59.tar.bz2 initscripts-185748891d275ddd92e009799e66e7d08d9eed59.tar.xz initscripts-185748891d275ddd92e009799e66e7d08d9eed59.zip | |
Fix typo.initscripts-8.98-1
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ tag: @git tag -a -m "Tag as $(TAG)" $(TAG) @echo "Tagged as $(TAG)" -archive: clean sytnax-check tag changelog +archive: clean syntax-check tag changelog @git archive --format=tar --prefix=initscripts-$(VERSION)/ HEAD > initscripts-$(VERSION).tar @mkdir -p initscripts-$(VERSION)/ @cp ChangeLog initscripts-$(VERSION)/ |
