From 02b25e4596c0033d62f61f67e3a2b2ffda18355a Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Wed, 28 Nov 2001 14:46:04 +0000 Subject: correct path to pixmaps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1