mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/build: remove [/usr]/man by default
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
28f08d76fd
commit
f7a5ccd313
@ -370,6 +370,7 @@ if [ ! -f $STAMP ]; then
|
||||
for i in $INSTALL $INSTALL/usr; do
|
||||
rm -rf $i/include
|
||||
rm -rf $i/lib/pkgconfig
|
||||
rm -rf $i/man
|
||||
rm -rf $i/share/aclocal
|
||||
rm -rf $i/share/bash-completion
|
||||
rm -rf $i/share/doc
|
||||
|
Loading…
x
Reference in New Issue
Block a user