diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-07-20 19:37:03 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-07-20 19:37:03 +0000 |
commit | 907b767f503f739451a37f099969fa02c316695a (patch) | |
tree | 046d5bc137a02233f05410b3dffbd9773eccdebe | |
parent | d960c78dd4682c2d649c701ea902033c04253ef7 (diff) | |
download | spec-helper-907b767f503f739451a37f099969fa02c316695a.tar spec-helper-907b767f503f739451a37f099969fa02c316695a.tar.gz spec-helper-907b767f503f739451a37f099969fa02c316695a.tar.bz2 spec-helper-907b767f503f739451a37f099969fa02c316695a.tar.xz spec-helper-907b767f503f739451a37f099969fa02c316695a.zip |
Sometime if feel stupid to commit and don't test (correct make rpm again)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ changelog: cat changenew ChangeLog.old > ChangeLog rm -f changenew -rpm: $(NAME)-$(VERSION).tar.bz2 +rpm: ../$(NAME)-$(VERSION).tar.bz2 test -d $(RPM)/SOURCES && test -d $(RPM)/ cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES -rpm -ba --clean --rmsource $(NAME).spec |