aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-01-23 10:02:32 +0000
committerludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-01-23 10:02:32 +0000
commit98d48d195549cf78a196f81289e376eedf7a86ea (patch)
tree20879f6a6f1c4f93fa74cec56687654a4ff0aa09 /Makefile
parent65b4aa242a07b617563cfa88795e67a86055e737 (diff)
downloadioquake3-aero-98d48d195549cf78a196f81289e376eedf7a86ea.tar.gz
ioquake3-aero-98d48d195549cf78a196f81289e376eedf7a86ea.zip
use ioquake3 instead of quake3 for tar file in dist target
git-svn-id: svn://svn.icculus.org/quake3/trunk@1035 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e723195..cdd083a 100644
--- a/Makefile
+++ b/Makefile
@@ -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