]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
offlineimap: rebuilt from mkbuild
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 24 Nov 2008 23:56:07 +0000 (23:56 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 24 Nov 2008 23:56:07 +0000 (23:56 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1971 370017ae-e619-0410-ac65-c121f96126d4

net/mail/offlineimap/offlineimap.SlackBuild

index 560561d9e8acda99a62210f9b900771d8cae947a..74dee18aa64296c1aeca21ae4ec182cbbb6383e0 100755 (executable)
@@ -77,7 +77,7 @@ mkdir -p "$REPOS" || exit $ERROR_MKDIR
 mkdir -p "$PKG_WORK" || exit $ERROR_MKDIR
 
 # Dowload source if necessary
-SRC="$SRC_NAME"_"$SRC_VERSION.tar.EXT"
+SRC="$SRC_NAME"_"$SRC_VERSION.tar.gz"
 URL="http://ftp.de.debian.org/debian/pool/main/o/offlineimap/$SRC"
 
 if [ ! -s "$SRC_DIR/$SRC" ] || ! gunzip -t "$SRC_DIR/$SRC" 2> /dev/null; then