dstat: fix compiling

This commit is contained in:
cvh 2017-11-25 16:36:35 +01:00
parent 0790d32154
commit 6a4c5883dc

View File

@ -27,15 +27,8 @@ PKG_DEPENDS_TARGET="toolchain Python2"
PKG_SECTION="tools"
PKG_SHORTDESC="Versatile resource statistics tool"
PKG_LONGDESC="Versatile resource statistics tool"
PKG_TOOLCHAIN="manual"
post_unpack() {
rm $PKG_BUILD/Makefile
}
make_target() {
: # nothing to do
}
makeinstall_target() {
: # nothing to do
}