]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
calcurse: rebuilt from mkbuild
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Sun, 23 Nov 2008 16:14:51 +0000 (16:14 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Sun, 23 Nov 2008 16:14:51 +0000 (16:14 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1960 370017ae-e619-0410-ac65-c121f96126d4

app/office/calcurse/calcurse.SlackBuild

index 2db92543598d2fb7457683609e0fbd895dec1700..e95296d204b916f81ba15e55fbd25a8b8ea0278f 100755 (executable)
@@ -77,7 +77,7 @@ mkdir -p "$REPOS" || exit $ERROR_MKDIR
 mkdir -p "$PKG_WORK" || exit $ERROR_MKDIR
 
 # Dowload source if necessary
-SRC="get.cgi?$SRC_NAME-$VERSION.tar.gz"`"
+SRC="get.cgi?$SRC_NAME-$VERSION.tar.gz"
 URL="http://culot.org/cgi-bin/$SRC"
 
 if [ ! -s "$SRC_DIR/$SRC" ] || ! gunzip -t "$SRC_DIR/$SRC" 2> /dev/null; then