mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
package files with owner root
This commit is contained in:
parent
1a7147ef95
commit
aed3c9c667
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1716,7 +1716,7 @@ dist:
|
|||
which convert >/dev/null 2>&1 && convert -border 2 -bordercolor black web/images/quake3_logo_web.png \
|
||||
quake3-$(SVN_VERSION)/code/unix/setup/splash.xpm || true
|
||||
rm -rf quake3-$(SVN_VERSION)/web
|
||||
tar --force-local -cjf quake3-$(SVN_VERSION).tar.bz2 quake3-$(SVN_VERSION)
|
||||
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