Don't include Python demos on the ramdisk by default
This commit is contained in:
parent
a393e0262d
commit
cf199f04ec
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,6 +27,7 @@
|
||||
/base/usr/python
|
||||
/base/usr/bin/*
|
||||
/base/usr/lib/*
|
||||
/base/usr/share/python-demos
|
||||
|
||||
# Generic
|
||||
/base/usr/share/aclocal
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user