summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Baudens <baudens@mandriva.com>2002-07-31 11:42:33 +0000
committerDavid Baudens <baudens@mandriva.com>2002-07-31 11:42:33 +0000
commit6145f02c8e1a55375623850d079fc6e789a98ce6 (patch)
tree6d1ce71a7af12cd96701fbb4747e1ef178a96ff4 /Makefile
parent491497bd92c7cd1a061688df1532339cd15f4023 (diff)
downloadmgaonline-6145f02c8e1a55375623850d079fc6e789a98ce6.tar
mgaonline-6145f02c8e1a55375623850d079fc6e789a98ce6.tar.gz
mgaonline-6145f02c8e1a55375623850d079fc6e789a98ce6.tar.bz2
mgaonline-6145f02c8e1a55375623850d079fc6e789a98ce6.tar.xz
mgaonline-6145f02c8e1a55375623850d079fc6e789a98ce6.zip
Fix "make rpm" ; update spec
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d906fc64..874f2c34 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,6 @@ dis: clean
rpm: dis ../$(NAME)-$(VERSION).tar.bz2 $(RPM)
cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES
- cp -f icons/*.png.bz2 $(RPM)/SOURCES
cp -f $(NAME).spec $(RPM)/SPECS/
rpm -ba --clean --rmsource $(NAME).spec
rm -f ../$(NAME)-$(VERSION).tar.bz2