pkg(python *): correct environment
This commit is contained in:
parent
233fb9bf26
commit
816efaff3b
|
@ -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…
Reference in New Issue