mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-14 05:40:52 +00:00
python(2): match TERMUX_PKG_RM_AFTER_INSTALL
This commit is contained in:
committed by
Fredrik Fornwall
parent
5ccf28cf8c
commit
3a5fe366c9
@@ -30,13 +30,12 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" ac_cv_little_endian_double=yes"
|
||||
TERMUX_PKG_RM_AFTER_INSTALL="
|
||||
bin/idle*
|
||||
lib/python${_MAJOR_VERSION}/idlelib
|
||||
lib/python${_MAJOR_VERSION}/test
|
||||
lib/python${_MAJOR_VERSION}/tkinter
|
||||
lib/python${_MAJOR_VERSION}/turtle.py
|
||||
lib/python${_MAJOR_VERSION}/turtledemo
|
||||
lib/python${_MAJOR_VERSION}/ctypes/test
|
||||
lib/python${_MAJOR_VERSION}/distutils/tests
|
||||
lib/python${_MAJOR_VERSION}/sqlite3/test
|
||||
lib/python${_MAJOR_VERSION}/unittest/test
|
||||
lib/python${_MAJOR_VERSION}/test
|
||||
lib/python${_MAJOR_VERSION}/*/test
|
||||
lib/python${_MAJOR_VERSION}/*/tests
|
||||
"
|
||||
|
||||
termux_step_pre_configure() {
|
||||
|
||||
Reference in New Issue
Block a user