nano: dont install /usr/share/nano

This commit is contained in:
Stefan Saraev 2014-04-07 14:02:25 +03:00 committed by Stephan Raue
parent 2e2a9e860c
commit ac2d229eac

View File

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