From 1c68d0554e788a0bdc050d2f827fc485516b78d0 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Wed, 30 May 2001 10:36:37 +0000 Subject: fix typo --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9b59d0b0..12a5272b 100644 --- a/Makefile +++ b/Makefile @@ -38,9 +38,10 @@ dis: clean bzip2 -9f ../$(NAME)-$(VERSION).tar rm -rf $(NAME)-$(VERSION) -rpm: dis ../$(NAME)-$(VERSION).tar.bz2 $(RPM) +rpm: dis +# ../$(NAME)-$(VERSION).tar.bz2 $(RPM) cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES cp -f *.xpm.bz2 $(RPM)/SOURCES cp -f $(NAME).spec $(RPM)/SPECS/ - -rpm -ba --clean --rmsource $(NAME).spec + rpm -ba --clean --rmsource $(NAME).spec rm -f ../$(NAME)-$(VERSION).tar.bz2 -- cgit v1.2.1