mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
use ioquake3 instead of quake3 for tar file in dist target
This commit is contained in:
parent
cf2875e771
commit
09034c4c64
1 changed files with 4 additions and 4 deletions
8
Makefile
8
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
|
||||
|
|
Loading…
Reference in a new issue