fixed make archive rule

CVS patchset: 965
CVS date: 1996/08/19 17:40:18
This commit is contained in:
ewt 1996-08-19 17:40:18 +00:00
parent e5349bdf75
commit cedc509fe5
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ archive:
make clean; \
make noconfig; \
find . -name "RCS" -exec rm {} \; ; \
find . -name ".depend" -exec rm {} \; ; \
find . -name ".depend" -exec rm {} \;
@cd /tmp; tar czSpf rpm-$(VERSION).tar.gz rpm-$(VERSION)
@rm -rf /tmp/rpm-$(VERSION)
@cp /tmp/rpm-$(VERSION).tar.gz .