mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
fix(python<3.8).more()
This commit is contained in:
parent
94383445ce
commit
59d3daa57d
1 changed files with 5 additions and 1 deletions
|
@ -97,7 +97,11 @@ build:
|
||||||
cd include
|
cd include
|
||||||
mv python{{version.marketing}}$SUFFIX/* .
|
mv python{{version.marketing}}$SUFFIX/* .
|
||||||
rmdir python{{version.marketing}}$SUFFIX
|
rmdir python{{version.marketing}}$SUFFIX
|
||||||
ln -s . python{{version.marketing}}$SUFFIX
|
ln -s . python{{version.marketing}}
|
||||||
|
# Keep the suffixed version if we started with one
|
||||||
|
if test -n "$SUFFIX"; then
|
||||||
|
ln -s . python{{version.marketing}}$SUFFIX
|
||||||
|
fi
|
||||||
|
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
|
|
Loading…
Reference in a new issue