mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
commit
f4d2da403f
@ -37,5 +37,5 @@ export LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
|
||||
export LIBS="$LIBS -lz"
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf $INSTALL/usr/share/nano/man-html
|
||||
rm -rf $INSTALL/usr/share/nano
|
||||
}
|
||||
|
@ -49,3 +49,7 @@ pre_configure_target() {
|
||||
# TODO: xf86-video-intel-2.21.5 dont link with LTO enabled
|
||||
strip_lto
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf $INSTALL/usr/share/polkit-1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user