lockdev: ups. fix toolchain install

This commit is contained in:
Stefan Saraev 2013-10-11 20:24:23 +03:00 committed by Stephan Raue
parent 4d533cf6fd
commit b09b273459

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
}