Don't include Python demos on the ramdisk by default

This commit is contained in:
K. Lange 2018-10-03 09:36:53 +09:00
parent a393e0262d
commit cf199f04ec
21 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -27,6 +27,7 @@
/base/usr/python
/base/usr/bin/*
/base/usr/lib/*
/base/usr/share/python-demos
# Generic
/base/usr/share/aclocal

View File

@ -42,7 +42,12 @@ pushd $HDD_PATH/usr
ln -s ../python/lib/libpython3.6m.so
popd
popd
echo "Installing readline hook..."
cp util/readline._py $HDD_PATH/usr/python/lib/python3.6/
echo "Installing demos..."
mkdir -p base/usr/share/python-demos
cp util/python-demos/*.py base/usr/share/python-demos/