mirror of
https://github.com/emmett1/lfs-scripts.git
synced 2026-01-21 08:32:26 +00:00
14 lines
393 B
Plaintext
Executable File
14 lines
393 B
Plaintext
Executable File
# Remove tests
|
|
rm -rv Lib/test Lib/*/test Lib/*/tests Lib/*/idle_test
|
|
|
|
_auto_build
|
|
|
|
if [ ! "$BOOTSTRAP" ]; then
|
|
chmod -v 755 $PKG/usr/lib/libpython${version%.*}.so
|
|
chmod -v 755 $PKG/usr/lib/libpython3.so
|
|
|
|
mv $PKG/usr/include/python${version%.*}/pyconfig.h \
|
|
$PKG/usr/include/python${version%.*}/pyconfig-64.h
|
|
install -m 0644 $FILES/pyconfig.h $PKG/usr/include/python${version%.*}/
|
|
fi
|