use ioquake3 instead of quake3 for tar file in dist target

This commit is contained in:
Ludwig Nussel 2007-01-23 10:02:32 +00:00
parent cf2875e771
commit 09034c4c64
1 changed files with 4 additions and 4 deletions

View File

@ -1859,10 +1859,10 @@ installer: build_release
$(MAKE) VERSION=$(VERSION) -C $(LOKISETUPDIR)
dist:
rm -rf quake3-$(SVN_VERSION)
svn export . quake3-$(SVN_VERSION)
tar --owner=root --group=root --force-local -cjf quake3-$(SVN_VERSION).tar.bz2 quake3-$(SVN_VERSION)
rm -rf quake3-$(SVN_VERSION)
rm -rf ioquake3-$(SVN_VERSION)
svn export . ioquake3-$(SVN_VERSION)
tar --owner=root --group=root --force-local -cjf ioquake3-$(SVN_VERSION).tar.bz2 ioquake3-$(SVN_VERSION)
rm -rf ioquake3-$(SVN_VERSION)
#############################################################################
# DEPENDENCIES