From: Amos Jeffries Date: Mon, 4 Aug 2008 14:08:39 +0000 (+1200) Subject: Fix snapshot generation after langpack X-Git-Tag: SQUID_3_1_0_1~49^2~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3b9953611fb660d7bc302b39bb501a9c3a7ff63;p=thirdparty%2Fsquid.git Fix snapshot generation after langpack --- diff --git a/mksnapshot-cron.sh b/mksnapshot-cron.sh index 7270ad6fa2..dab5d63647 100755 --- a/mksnapshot-cron.sh +++ b/mksnapshot-cron.sh @@ -34,6 +34,9 @@ make_snapshot() *-cfgman.tar.gz) type=-cfgman.tar.gz ;; + *-langpack.tar.gz) + type=-langpack.tar.gz + ;; *) type=`echo $file | sed -e 's/.*\.tar\.gz/.tar.gz/' -e 's/.*\.tar\.bz2/.tar.bz2/' -e 's/.*\.patch/.patch/' -e 's/.*\.diff/.diff/' -e 's/.*-RELEASENOTES.html/-RELEASENOTES.html/' -e 's/^.*ChangeLog.txt$/-ChangeLog.txt/' -e 's/.*-cfgman/-cfgman/'` esac