diff options
author | Daouda Lo <daouda@mandriva.com> | 2001-04-12 04:08:40 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2001-04-12 04:08:40 +0000 |
commit | 35d075fc19e65c9eff7aca44c4513269d4824082 (patch) | |
tree | c477fab0b98179471446586a7d9b992553b8c399 /Makefile | |
parent | e42b73216709bc0fcd943554458dea771fe74901 (diff) | |
download | common-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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |