lockdev: ups. fix toolchain install

This commit is contained in:
Stefan Saraev 2013-10-11 20:24:23 +03:00
parent 52bf6019b2
commit e721c5796a

View File

@ -37,6 +37,6 @@ PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared"
makeinstall_target() {
: # nothing to install
post_makeinstall_target() {
rm -rf $INSTALL/usr
}