diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-08-17 12:28:59 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-08-17 12:28:59 +0000 |
commit | 948d68d30a7cc9c3745a18b987a45e7f8c7e016c (patch) | |
tree | f3e7350992a28602cce6db7090e246612538698d /Makefile | |
parent | 7e6bd0ec3d37f32b599bd2ce80d6f29093bd8644 (diff) | |
download | spec-helper-948d68d30a7cc9c3745a18b987a45e7f8c7e016c.tar spec-helper-948d68d30a7cc9c3745a18b987a45e7f8c7e016c.tar.gz spec-helper-948d68d30a7cc9c3745a18b987a45e7f8c7e016c.tar.bz2 spec-helper-948d68d30a7cc9c3745a18b987a45e7f8c7e016c.tar.xz spec-helper-948d68d30a7cc9c3745a18b987a45e7f8c7e016c.zip |
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ changelog: ../common/username rm -f ChangeLog.bak cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog -rpm: ../$(NAME)-$(VERSION).tar.bz2 +rpm: dis test -d $(RPM)/SOURCES && test -d $(RPM)/ cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES -rpm -ba --clean --rmsource $(NAME).spec |