pkg(python): use proper extension for tar.gz archives
This commit is contained in:
parent
ff69a28a68
commit
f786a7def0
|
@ -18,5 +18,5 @@ ${BIN_DIR}: ${BUILD_DIR}Python-${VERSION}/
|
||||||
$(MAKE) -j64 -C $<
|
$(MAKE) -j64 -C $<
|
||||||
DESTDIR=../${PKG_SLUG} $(MAKE) -j64 -C $< altinstall || true
|
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 $@
|
curl "https://www.python.org/ftp/python/${VERSION}/Python-${VERSION}.tgz" -o $@
|
||||||
|
|
Loading…
Reference in New Issue