fix a syntax FAIL

This commit is contained in:
Rudolf Polzer 2010-08-05 20:54:32 +02:00
parent cef3ad9b2e
commit 32a3364b39
2 changed files with 1 additions and 2 deletions

2
all
View File

@ -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"

View File

@ -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