diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -47,9 +47,6 @@ dis: chmod 644 ../$(NAME)-$(VERSION).tar.bz2 rm -rf $(NAME)-$(VERSION) -rpm: dis ../$(NAME)-$(VERSION).tar.bz2 $(RPM) - cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES - chmod 644 $(NAME).spec - cp -f $(NAME).spec $(RPM)/SPECS/ - -rpm -ba --clean --rmsource $(NAME).spec +rpm: dis ../$(NAME)-$(VERSION).tar.bz2 + rpm -ta ../$(NAME)-$(VERSION).tar.bz2 rm -f ../$(NAME)-$(VERSION).tar.bz2 |