Skip to content

Commit

Permalink
more python3 symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
squeaky-pl committed Oct 18, 2019
1 parent 1352711 commit 046e5f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ if [[ $NAME == pypy3* ]]; then
cd pypy-pack-$REVISION/bin
ln -s $BINNAME pypy
ln -s $BINNAME pypy3
ln -s $BINNAME python3
ln -s $BINNAME python3.${NAME:6:1}
cd -
fi
./make_portable pypy-pack-$REVISION
Expand Down

0 comments on commit 046e5f6

Please sign in to comment.