From: Rudolf Polzer Date: Thu, 5 Aug 2010 18:54:32 +0000 (+0200) Subject: fix a syntax FAIL X-Git-Tag: xonotic-v0.1.0preview~327^2~5 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=32a3364b398bbacdb05b66c381a4fc79685b4e21 fix a syntax FAIL --- diff --git a/all b/all index 170411cc..1cb555a4 100755 --- a/all +++ b/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" diff --git a/misc/tools/cached-converter.sh b/misc/tools/cached-converter.sh index e3b2d802..f7fd47e2 100755 --- a/misc/tools/cached-converter.sh +++ b/misc/tools/cached-converter.sh @@ -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