mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-24 14:06:27 +02:00
pkg(python): use proper extension for tar.gz archives
This commit is contained in:
parent
ff69a28a68
commit
f786a7def0
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ ${BIN_DIR}: ${BUILD_DIR}Python-${VERSION}/
|
|||
$(MAKE) -j64 -C $<
|
||||
DESTDIR=../${PKG_SLUG} $(MAKE) -j64 -C $< altinstall || true
|
||||
|
||||
${BUILD_DIR}Python-${VERSION}.tgz:
|
||||
${BUILD_DIR}Python-${VERSION}.tar.gz:
|
||||
curl "https://www.python.org/ftp/python/${VERSION}/Python-${VERSION}.tgz" -o $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue