fix build of mappingsupport pack

This commit is contained in:
Rudolf Polzer 2011-03-07 14:53:58 +01:00
parent fb0dccebfc
commit c6450b6495

5
all
View File

@ -359,7 +359,7 @@ mkzip()
mkzip0()
{
zip -0y "$@"
zip -0ry "$@"
}
mirrorspeed()
@ -1902,8 +1902,9 @@ case "$cmd" in
Xonotic/data/xonotic-$stamp-maps-high.pk3 \
Xonotic/data/xonotic-$stamp-music.pk3 \
Xonotic/data/xonotic-$stamp-nexcompat-high.pk3
verbose mkzip Xonotic-$stamp-mappingsupport.zip \
Xonotic/mapping
verbose mkzip0 Xonotic-$stamp-mappingsupport.zip \
Xonotic/mapping \
Xonotic/data/xonotic-$stamp-maps-low.pk3 # TODO add a Radiant build
;;
release)