mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-14 10:55:18 +00:00
fix a syntax FAIL
This commit is contained in:
parent
cef3ad9b2e
commit
32a3364b39
2
all
2
all
@ -1075,7 +1075,7 @@ case "$cmd" in
|
||||
dst=${src%.pk3dir}
|
||||
case "$dst" in
|
||||
data/xonotic-*)
|
||||
dst="xonotic-$stamp-${dst#data/xonotic-}"
|
||||
dst="data/xonotic-$stamp-${dst#data/xonotic-}"
|
||||
;;
|
||||
*)
|
||||
dst="$dst-$stamp"
|
||||
|
@ -174,7 +174,6 @@ for F in "$@"; do
|
||||
textures/*) ;;
|
||||
models/*) ;;
|
||||
maps/*/*) ;;
|
||||
;;
|
||||
*)
|
||||
# we can't DDS compress the 2D textures, sorry
|
||||
# but JPEG is still fine
|
||||
|
Loading…
Reference in New Issue
Block a user