Merge pull request #3073 from stefansaraev/cleanups

minor cleanups
This commit is contained in:
Stephan Raue 2014-04-07 18:55:09 +02:00
commit f4d2da403f
2 changed files with 5 additions and 1 deletions

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
}

View File

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