mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-29 20:34:34 +01:00
re-fix django download issue
This commit is contained in:
parent
1f7360b074
commit
194491f247
1 changed files with 1 additions and 1 deletions
|
@ -1034,7 +1034,7 @@ PKGNAME=${PKG##*/}
|
|||
SRCNAME=${DOWNLOAD##*/}
|
||||
SRCNAME=$(echo $SRCNAME | sed -e 's/\%2B/\+/g') # TiMidity fix for '+'
|
||||
if [ "$PKG" = "django" ]; then
|
||||
SRCNAME="Django-$RVERSION.tar.gz"
|
||||
SRCNAME="Django-$VERSION.tar.gz"
|
||||
fi
|
||||
get_source $PKG
|
||||
echo "Checking MD5SUM for "$SRCNAME"..."
|
||||
|
|
Loading…
Add table
Reference in a new issue