aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b51e0dd..34155b4 100644
--- a/Makefile
+++ b/Makefile
@@ -70,8 +70,10 @@ dis:
rm -rf $(NAME)-$(VERSION)
rpm: dis ../$(NAME)-$(VERSION).tar.bz2 $(RPM)
- cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES
+ cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES/
cp -f special/mandrake-small.xpm $(RPM)/SOURCES/
+ cp -f eazel-engine-0.3.tar.bz2 $(RPM)/SOURCES/
+ cp -f gtkrc $(RPM)/SOURCES/
cp -f $(NAME).spec $(RPM)/SPECS/
-rpm -ba --clean --rmsource $(NAME).spec
rm -f ../$(NAME)-$(VERSION).tar.bz2