summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2001-11-28 14:46:04 +0000
committerDaouda Lo <daouda@mandriva.com>2001-11-28 14:46:04 +0000
commit02b25e4596c0033d62f61f67e3a2b2ffda18355a (patch)
treee4f0a076de27cbe391815e6e801f8e1d8121e6f2 /Makefile
parent0da400e9f65c4765d038e5f7a04ffba64edc2910 (diff)
downloadmgaonline-02b25e4596c0033d62f61f67e3a2b2ffda18355a.tar
mgaonline-02b25e4596c0033d62f61f67e3a2b2ffda18355a.tar.gz
mgaonline-02b25e4596c0033d62f61f67e3a2b2ffda18355a.tar.bz2
mgaonline-02b25e4596c0033d62f61f67e3a2b2ffda18355a.tar.xz
mgaonline-02b25e4596c0033d62f61f67e3a2b2ffda18355a.zip
correct path to pixmaps
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06076910..1a8fa997 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ 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 *.xpm.bz2 $(RPM)/SOURCES
cp -f $(NAME).spec $(RPM)/SPECS/
rpm -ba --clean --rmsource $(NAME).spec
rm -f ../$(NAME)-$(VERSION).tar.bz2