mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
readline: dont install /usr/share/readline
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
313060e13e
commit
0dfe65f0b2
@ -36,3 +36,7 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
|
||||
--enable-static \
|
||||
--with-curses \
|
||||
--without-purify"
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf $INSTALL/usr/share/readline
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user