readline: dont install /usr/share/readline

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-11-10 14:45:23 +01:00
parent 452910f792
commit 0cde58f688

View File

@ -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
}