mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
pkg(python *): correct environment
This commit is contained in:
parent
233fb9bf26
commit
816efaff3b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ run:
|
|||
echo 'python$(shell grep -oP "\d+.\d+"<<<${VERSION}) $$*' > run
|
||||
|
||||
${NAME}-${VERSION}/environment:
|
||||
echo 'export PATH=$$PWD/${NAME}-${VERSION}/bin:$$PATH' > $@
|
||||
echo 'export PATH=$$PWD/bin:$$PATH' > $@
|
||||
|
||||
${NAME}-${VERSION}/: Python-${VERSION}/
|
||||
cd $< && ./configure --prefix /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue