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 313060e13e
commit 0dfe65f0b2

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
}