Skip to content

Commit

Permalink
use ioquake3 instead of quake3 for tar file in dist target
Browse files Browse the repository at this point in the history
  • Loading branch information
lnussel committed Jan 23, 2007
1 parent cf2875e commit 09034c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 09034c4

Please sign in to comment.