mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* web directory no longer present, so don't try to remove it
* Cosmetic patch from zinx
This commit is contained in:
parent
d9cb8cb083
commit
066f79f744
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -1690,7 +1690,7 @@ copyfiles: build_release
|
|||
$(INSTALL) -s -m 0755 $(BR)/missionpack/ui$(ARCH).$(SHLIBEXT) \
|
||||
$(COPYDIR)/missionpack/.
|
||||
|
||||
clean:clean-debug clean-release
|
||||
clean: clean-debug clean-release
|
||||
$(MAKE) -C $(LOKISETUPDIR) clean
|
||||
|
||||
clean2:
|
||||
|
@ -1719,7 +1719,6 @@ installer: build_release
|
|||
dist:
|
||||
rm -rf quake3-$(SVN_VERSION)
|
||||
svn export . quake3-$(SVN_VERSION)
|
||||
rm -rf quake3-$(SVN_VERSION)/web
|
||||
tar --owner=root --group=root --force-local -cjf quake3-$(SVN_VERSION).tar.bz2 quake3-$(SVN_VERSION)
|
||||
rm -rf quake3-$(SVN_VERSION)
|
||||
|
||||
|
|
Loading…
Reference in a new issue