aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a09fa7a..8fe18c6 100644
--- a/Makefile
+++ b/Makefile
@@ -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