Skip to content

Commit

Permalink
Added stdlib to .deb package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bystroushaak committed Jun 3, 2019
1 parent e8d6b3e commit 51e5b81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/entrypoint.sh
Expand Up @@ -21,10 +21,16 @@ export RPYTHON_PATH="/pypy/rpython/bin"
export PYTHON_PATH="src/:/pypy:$PYTHONPATH"

./compile.py -q $EXTRA_ARGS

# copy output binary file
mkdir -p /build/usr/bin
cp tSelf /build/usr/bin
cp tSelf /release

# copy stdlib
mkdir -p /build/var/lib/tinySelf/
cp objects/stdlib.tself /build/var/lib/tinySelf/stdlib.tself

# Get the Install Size
INSTALL_SIZE=$(du -s /build | awk '{ print $1 }')

Expand Down

0 comments on commit 51e5b81

Please sign in to comment.