summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2003-09-19 10:33:58 +0000
committerFlorent Villard <warly@mandriva.com>2003-09-19 10:33:58 +0000
commitf0e333ceb7162395e770ffb25c66fc9a9d5739f7 (patch)
tree5b60dbaeb534a5bfe9c96360d3fbb05732ff5c83 /Makefile
parent63ea5f27cffdec60d3f59d14d762df580440ca06 (diff)
downloaddrakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.tar
drakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.tar.gz
drakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.tar.bz2
drakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.tar.xz
drakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.zip
fix typo in .pm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f5e6ad53..e85ba53d 100644
--- a/Makefile
+++ b/Makefile
@@ -76,10 +76,10 @@ cvstag:
cvs commit
cvs tag $(RELTAG)
-rpm: changelog cvstag dis ../$(NAME)-$(VERSION).tar.bz2 $(RPM)
- cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES
+rpm: changelog cvstag dis ../$(TAR) $(RPM)
+ cp -f ../$(TAR) $(RPM)/SOURCES
-rpm -ba --clean $(NAME).spec
- rm -f ../$(NAME)-$(VERSION).tar.bz2
+ rm -f ../$(TAR)
localrpm: dis
cp -f ../$(TAR) $(RPM)/SOURCES