aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2001-04-12 04:08:40 +0000
committerDaouda Lo <daouda@mandriva.com>2001-04-12 04:08:40 +0000
commit35d075fc19e65c9eff7aca44c4513269d4824082 (patch)
treec477fab0b98179471446586a7d9b992553b8c399
parente42b73216709bc0fcd943554458dea771fe74901 (diff)
downloadcommon-data-35d075fc19e65c9eff7aca44c4513269d4824082.tar
common-data-35d075fc19e65c9eff7aca44c4513269d4824082.tar.gz
common-data-35d075fc19e65c9eff7aca44c4513269d4824082.tar.bz2
common-data-35d075fc19e65c9eff7aca44c4513269d4824082.tar.xz
common-data-35d075fc19e65c9eff7aca44c4513269d4824082.zip
add eazel themes + gtkrc for rpm build
-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