Skip to content

Commit

Permalink
Merge pull request #568 from mariux64/use-bee-variable-in-init-pyhonp…
Browse files Browse the repository at this point in the history
…ackage

Use bee variable `PKGVERSION` in `scripts/init-pythonpackage`
  • Loading branch information
donald authored Jan 9, 2018
2 parents 702c576 + ffe13a0 commit ad911cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init-pythonpackage
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ print $bee <<"__EOF__";
# https://pypi.python.org/pypi/$package
SRCURL[0]="https://files.pythonhosted.org/packages/source/$c/$package/$package-$version.tar.gz"
SRCURL[0]="https://files.pythonhosted.org/packages/source/$c/$package/$package-\${PKGVERSION}.tar.gz"
BEE_CONFIGURE=none
Expand Down

0 comments on commit ad911cc

Please sign in to comment.